Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 17, 2023
1 parent 6b844e7 commit 7b721ae
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 @@ -10,6 +10,23 @@




## v2.0.0 (2023-07-17)

#### :boom: Breaking Change
* [#149](https://github.com/embroider-build/addon-blueprint/pull/149) Drop node 14 support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* [#155](https://github.com/embroider-build/addon-blueprint/pull/155) Remove node resolve ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#150](https://github.com/embroider-build/addon-blueprint/pull/150) Re-enable typescript tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#147](https://github.com/embroider-build/addon-blueprint/pull/147) Reorganize tests in to multiple files so the tests are less overwheming to work with ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#148](https://github.com/embroider-build/addon-blueprint/pull/148) Use a newer pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v1.7.0 (2023-07-06)

#### :rocket: Enhancement
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": "1.7.0",
"version": "2.0.0",
"description": "Blueprint for scaffolding ember v2 addons",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 7b721ae

Please sign in to comment.