diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b39842..52e5d237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.93.0](https://github.com/bettyblocks/cli/compare/v25.92.0...v25.93.0) (2024-01-24) + + +### Features + +* add keys to disable splitbutton and clickthrough ([#460](https://github.com/bettyblocks/cli/issues/460)) ([25b64ef](https://github.com/bettyblocks/cli/commit/25b64ef)) + # [25.92.0](https://github.com/bettyblocks/cli/compare/v25.91.0...v25.92.0) (2024-01-24) diff --git a/package.json b/package.json index 49f90476..f636c5c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.92.0", + "version": "25.93.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",