diff --git a/CHANGELOG.md b/CHANGELOG.md index a004ba11..21b53d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [25.21.0](https://github.com/bettyblocks/cli/compare/v25.20.0...v25.21.0) (2022-02-10) + + +### Features + +* compile tsx files ([#285](https://github.com/bettyblocks/cli/issues/285)) ([d3152f5](https://github.com/bettyblocks/cli/commit/d3152f5)) + # [25.20.0](https://github.com/bettyblocks/cli/compare/v25.19.0...v25.20.0) (2022-02-07) diff --git a/package.json b/package.json index f20e51ef..76006c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "25.20.0", + "version": "25.21.0", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ",