Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 2, 2020
1 parent 09f8ed6 commit b00bf77
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v1.0.0 (2020-06-02)

#### :boom: Breaking Change
* [#73](https://github.com/ronco/ember-cli-head/pull/73) Drop support for Node < 10 and Ember < 2.18. ([@chancancode](https://github.com/chancancode))
* [#53](https://github.com/ronco/ember-cli-head/pull/53) Update to ember 3.7 ([@snewcomer](https://github.com/snewcomer))

#### :rocket: Enhancement
* [#78](https://github.com/ronco/ember-cli-head/pull/78) Update dependencies & devDependencies to latest. ([@rwjblue](https://github.com/rwjblue))
* [#71](https://github.com/ronco/ember-cli-head/pull/71) Migrate to `{{#in-element}}` (from emberjs/rfcs#287) ([@gitKrystan](https://github.com/gitKrystan))

#### :house: Internal
* [#79](https://github.com/ronco/ember-cli-head/pull/79) Add release automation. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 5
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
- Ricardo Mendes ([@locks](https://github.com/locks))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))


# Change Log

## [v0.4.1](https://github.com/ronco/ember-cli-head/tree/v0.4.1) (2018-05-07)
Expand Down
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": "0.4.1",
"version": "1.0.0",
"description": "An addon to easily set document head content via a template.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit b00bf77

Please sign in to comment.