From 9d1480dec745b2207230b01bd6eaaf1fe22cf2f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2024 09:46:59 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.3.0=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.3.0](https://github.com/dyne/slangroom-exec/compare/v1.2.0...v1.3.0) (2024-11-26) ### Features * add '-i' flag for introspection ([#11](https://github.com/dyne/slangroom-exec/issues/11)) ([fc03459](https://github.com/dyne/slangroom-exec/commit/fc0345937a52e8cfe09b2a91d198c1a987368d20)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75e76b..8dda147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/dyne/slangroom-exec/compare/v1.2.0...v1.3.0) (2024-11-26) + + +### Features + +* add '-i' flag for introspection ([#11](https://github.com/dyne/slangroom-exec/issues/11)) ([fc03459](https://github.com/dyne/slangroom-exec/commit/fc0345937a52e8cfe09b2a91d198c1a987368d20)) + # [1.2.0](https://github.com/dyne/slangroom-exec/compare/v1.1.2...v1.2.0) (2024-10-17) diff --git a/package.json b/package.json index e38cc9c..740f637 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "type-fest": "^4.18.2", "zenroom": "^4.46.1" }, - "version": "1.2.0" + "version": "1.3.0" }