Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 1, 2023
1 parent 07538cc commit d83eead
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d83eead

Please sign in to comment.