Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 11, 2023
1 parent 51f5948 commit 57b31e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@




## v2.2.1 (2023-08-11)

#### :rocket: Enhancement
* [#170](https://github.com/embroider-build/addon-blueprint/pull/170) Make sure the addon's `package.json` file is always sorted ([@bertdeblock](https://github.com/bertdeblock))
* [#171](https://github.com/embroider-build/addon-blueprint/pull/171) Update `ember-try` scenarios ([@bertdeblock](https://github.com/bertdeblock))

#### :bug: Bug Fix
* [#169](https://github.com/embroider-build/addon-blueprint/pull/169) Make sure the `node_modules` folder is ignored by Git ([@bertdeblock](https://github.com/bertdeblock))
* [#168](https://github.com/embroider-build/addon-blueprint/pull/168) Update addon ignore files ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## v2.2.0 (2023-08-10)

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

0 comments on commit 57b31e0

Please sign in to comment.