Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 19, 2020
1 parent 661f85c commit 543f72b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.4.0 (2020-05-19)

#### :boom: Breaking Change
* [#262](https://github.com/rwjblue/ember-router-helpers/pull/262) Refactor helpers to assume auto-tracking. ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#263](https://github.com/rwjblue/ember-router-helpers/pull/263) Ensure `is-active` updates properly from <-> to loading states. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#261](https://github.com/rwjblue/ember-router-helpers/pull/261) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v0.3.0 (2020-05-19)

#### :boom: Breaking Change
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-router-helpers",
"version": "0.3.0",
"version": "0.4.0",
"description": "Template helpers utilizing the router service.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 543f72b

Please sign in to comment.