From d83eead0333299bbc2073c04e75f60b00c634a3f Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:03:01 -0400 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cddced..afd8cc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,23 @@ + +## v2.1.0 (2023-08-01) + +#### :rocket: Enhancement +* [#146](https://github.com/embroider-build/addon-blueprint/pull/146) Add CI workflow to push dist output to separate branch ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :bug: Bug Fix +* [#160](https://github.com/embroider-build/addon-blueprint/pull/160) Fix TS Imports by recommending folks add the .ts extension to their import paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#158](https://github.com/embroider-build/addon-blueprint/pull/158) Add typescript component building / testing tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#156](https://github.com/embroider-build/addon-blueprint/pull/156) Component compilation tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#151](https://github.com/embroider-build/addon-blueprint/pull/151) Add some fixture utils ... ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## v2.0.0 (2023-07-17) #### :boom: Breaking Change diff --git a/package.json b/package.json index 4281aba1..97f0857c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.0.0", + "version": "2.1.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"