Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 10, 2023
1 parent 7abe0c9 commit f279fdc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@




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

#### :rocket: Enhancement
* [#167](https://github.com/embroider-build/addon-blueprint/pull/167) Review lint / dotfiles ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#159](https://github.com/embroider-build/addon-blueprint/pull/159) Add GJS to the default addon blueprint ([@mansona](https://github.com/mansona))
* [#163](https://github.com/embroider-build/addon-blueprint/pull/163) bump addon-dev version ([@mansona](https://github.com/mansona))
* [#161](https://github.com/embroider-build/addon-blueprint/pull/161) Use wyvox/action-setup-pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* [#166](https://github.com/embroider-build/addon-blueprint/pull/166) update concurrently version in top-level monorepo ([@mansona](https://github.com/mansona))

#### :memo: Documentation
* [#162](https://github.com/embroider-build/addon-blueprint/pull/162) Add docs about things people should know when authoring V2 addons ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#165](https://github.com/embroider-build/addon-blueprint/pull/165) Reduce post-blueprint generated diff after running `lint:fix` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#164](https://github.com/embroider-build/addon-blueprint/pull/164) Separate lint tests ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v2.1.0 (2023-08-01)

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

0 comments on commit f279fdc

Please sign in to comment.