From 8c8f78701bf93be0ec65d8ddc5c98febf9d41326 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 26 May 2021 14:41:13 -0400 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249fcc4..31febbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v2.0.0 (2021-05-26) + +#### :boom: Breaking Change +* [#94](https://github.com/ronco/ember-cli-head/pull/94) Refactor to use @glimmer/components ([@cibernox](https://github.com/cibernox)) +* [#94](https://github.com/ronco/ember-cli-head/pull/94) Drop Node 10 support ([@cibernox](https://github.com/cibernox)) +* [#94](https://github.com/ronco/ember-cli-head/pull/94) Drop Ember < 3.16 ([@cibernox](https://github.com/cibernox)) + +#### :rocket: Enhancement +* [#86](https://github.com/ronco/ember-cli-head/pull/86) Test ember-cli-head against embroider build ([@kiwiupover](https://github.com/kiwiupover)) + +#### Committers: 5 +- Dave Laird ([@kiwiupover](https://github.com/kiwiupover)) +- Isaac Lee ([@ijlee2](https://github.com/ijlee2)) +- Miguel Camba ([@cibernox](https://github.com/cibernox)) +- Peter Wagenet ([@wagenet](https://github.com/wagenet)) +- Yoran Brondsema ([@YoranBrondsema](https://github.com/YoranBrondsema)) + + ## v1.0.0 (2020-06-02) #### :boom: Breaking Change diff --git a/package-lock.json b/package-lock.json index bcb31dc..3d51d20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "ember-cli-head", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "ember-cli-babel": "^7.26.3", diff --git a/package.json b/package.json index 4554669..e16a368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-head", - "version": "1.0.0", + "version": "2.0.0", "description": "An addon to easily set document head content via a template.", "keywords": [ "ember-addon",