From 4e0238749f060821f94dd77fbd69bd69b28bb450 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:02:17 -0400 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37715483..b72caf3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,21 @@ + +## v2.6.0 (2023-09-19) + +#### :rocket: Enhancement +* [#198](https://github.com/embroider-build/addon-blueprint/pull/198) Use put-built-npm-pacakge-contents@v2.0.0 ([@chancancode](https://github.com/chancancode)) + +#### :bug: Bug Fix +* [#202](https://github.com/embroider-build/addon-blueprint/pull/202) Upgrade @typescript-eslint dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#201](https://github.com/embroider-build/addon-blueprint/pull/201) Use correct extension for Prettier config file in ESLint config ([@bertdeblock](https://github.com/bertdeblock)) + +#### Committers: 3 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) +- Godfrey Chan ([@chancancode](https://github.com/chancancode)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## v2.5.0 (2023-09-06) #### :rocket: Enhancement diff --git a/package.json b/package.json index e1875f99..e1fd46e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.5.0", + "version": "2.6.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"