Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 3, 2019
1 parent 681946f commit a2cfad4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.0.2 (2019-10-03)

#### :bug: Bug Fix
* [#16](https://github.com/emberjs/ember-render-modifiers/pull/16) Disable modifier auto-tracking. ([@rwjblue](https://github.com/rwjblue))

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

## v1.0.1 (2019-08-23)

#### :bug: Bug Fix
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/render-modifiers",
"version": "1.0.1",
"version": "1.0.2",
"description": "Implements did-insert / did-update / will-destry modifiers for emberjs/rfcs#415",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit a2cfad4

Please sign in to comment.