diff --git a/CHANGELOG.md b/CHANGELOG.md index 7828fb4d..b2eee9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.75.0](https://github.com/bettyblocks/cli/compare/v25.74.0...v25.75.0) (2023-05-04) + + +### Features + +* use property_label structure in optionRef ([#420](https://github.com/bettyblocks/cli/issues/420)) ([bbf8cc7](https://github.com/bettyblocks/cli/commit/bbf8cc7)) + # [25.74.0](https://github.com/bettyblocks/cli/compare/v25.73.0...v25.74.0) (2023-04-20) diff --git a/package.json b/package.json index 954b1ecd..b0c3e9bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.74.0", + "version": "25.75.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",