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" }