From b961cab9047beb4165a1091d4beb403b1da093b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 14:17:04 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.3.4=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.4](https://github.com/dyne/slangroom-exec/compare/v1.3.3...v1.3.4) (2024-12-19) ### Bug Fixes * **go:** solve concurrency and race condition problems ([#16](https://github.com/dyne/slangroom-exec/issues/16)) ([a618f73](https://github.com/dyne/slangroom-exec/commit/a618f737ddeceecca46b8b41f4b93e03316d2e02)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c57b679..5cdc08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](https://github.com/dyne/slangroom-exec/compare/v1.3.3...v1.3.4) (2024-12-19) + + +### Bug Fixes + +* **go:** solve concurrency and race condition problems ([#16](https://github.com/dyne/slangroom-exec/issues/16)) ([a618f73](https://github.com/dyne/slangroom-exec/commit/a618f737ddeceecca46b8b41f4b93e03316d2e02)) + ## [1.3.3](https://github.com/dyne/slangroom-exec/compare/v1.3.2...v1.3.3) (2024-12-18) diff --git a/package.json b/package.json index 59ccf71..76d071d 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "type-fest": "^4.18.2", "zenroom": "^4.46.1" }, - "version": "1.3.3" + "version": "1.3.4" }