Skip to content

Commit 8c8f787

Browse files
author
Robert Jackson
committed
Release 2.0.0
1 parent 4bf00e5 commit 8c8f787

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v2.0.0 (2021-05-26)
4+
5+
#### :boom: Breaking Change
6+
* [#94](https://github.com/ronco/ember-cli-head/pull/94) Refactor to use @glimmer/components ([@cibernox](https://github.com/cibernox))
7+
* [#94](https://github.com/ronco/ember-cli-head/pull/94) Drop Node 10 support ([@cibernox](https://github.com/cibernox))
8+
* [#94](https://github.com/ronco/ember-cli-head/pull/94) Drop Ember < 3.16 ([@cibernox](https://github.com/cibernox))
9+
10+
#### :rocket: Enhancement
11+
* [#86](https://github.com/ronco/ember-cli-head/pull/86) Test ember-cli-head against embroider build ([@kiwiupover](https://github.com/kiwiupover))
12+
13+
#### Committers: 5
14+
- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))
15+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
16+
- Miguel Camba ([@cibernox](https://github.com/cibernox))
17+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
18+
- Yoran Brondsema ([@YoranBrondsema](https://github.com/YoranBrondsema))
19+
20+
321
## v1.0.0 (2020-06-02)
422

523
#### :boom: Breaking Change

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-head",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "An addon to easily set document head content via a template.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)