From de8752ea9f7c1425b6abeafb464467b7a06ba11f Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Fri, 17 Feb 2023 15:55:10 -0500 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6a09f7..fc6b69e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ + +## v1.5.0 (2023-02-17) + +#### :rocket: Enhancement +* [#105](https://github.com/embroider-build/addon-blueprint/pull/105) New flag: --addon-only ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#102](https://github.com/embroider-build/addon-blueprint/pull/102) Alphabetized and standardized the root package.json scripts ([@ijlee2](https://github.com/ijlee2)) + +#### :house: Internal +* [#102](https://github.com/embroider-build/addon-blueprint/pull/102) Alphabetized and standardized the root package.json scripts ([@ijlee2](https://github.com/ijlee2)) +* [#103](https://github.com/embroider-build/addon-blueprint/pull/103) Reduce ambiguity in *.js file extension in addon-root files by explicitly mentioning cjs or mjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#106](https://github.com/embroider-build/addon-blueprint/pull/106) Run the tests for --typescript, and get those tests working ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Isaac Lee ([@ijlee2](https://github.com/ijlee2)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## v1.4.1 (2023-01-12) #### :bug: Bug Fix diff --git a/package.json b/package.json index a5e3b132..e72a66b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "1.4.1", + "version": "1.5.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"