Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 26, 2021
1 parent 4bf00e5 commit 8c8f787
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8c8f787

Please sign in to comment.