Skip to content

Commit b00bf77

Browse files
author
Robert Jackson
committed
Release 1.0.0
1 parent 09f8ed6 commit b00bf77

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v1.0.0 (2020-06-02)
2+
3+
#### :boom: Breaking Change
4+
* [#73](https://github.com/ronco/ember-cli-head/pull/73) Drop support for Node < 10 and Ember < 2.18. ([@chancancode](https://github.com/chancancode))
5+
* [#53](https://github.com/ronco/ember-cli-head/pull/53) Update to ember 3.7 ([@snewcomer](https://github.com/snewcomer))
6+
7+
#### :rocket: Enhancement
8+
* [#78](https://github.com/ronco/ember-cli-head/pull/78) Update dependencies & devDependencies to latest. ([@rwjblue](https://github.com/rwjblue))
9+
* [#71](https://github.com/ronco/ember-cli-head/pull/71) Migrate to `{{#in-element}}` (from emberjs/rfcs#287) ([@gitKrystan](https://github.com/gitKrystan))
10+
11+
#### :house: Internal
12+
* [#79](https://github.com/ronco/ember-cli-head/pull/79) Add release automation. ([@rwjblue](https://github.com/rwjblue))
13+
14+
#### Committers: 5
15+
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
16+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
17+
- Ricardo Mendes ([@locks](https://github.com/locks))
18+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
19+
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))
20+
21+
122
# Change Log
223

324
## [v0.4.1](https://github.com/ronco/ember-cli-head/tree/v0.4.1) (2018-05-07)

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": "0.4.1",
3+
"version": "1.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)