From 431a6808ed176461f4b2713a63055b82fe0c5647 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Feb 2022 14:19:52 +0000 Subject: [PATCH] chore(release): 25.21.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 ",