Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Sep 17, 2020
1 parent b650924 commit c7bf007
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.0.2 (2020-09-17)

#### :bug: Bug Fix
* [#112](https://github.com/ember-polyfills/ember-destroyable-polyfill/pull/112) Avoid errors when `super.init` is called multiple times. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#111](https://github.com/ember-polyfills/ember-destroyable-polyfill/pull/111) Ensure the local version is used. ([@rwjblue](https://github.com/rwjblue))

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


## v2.0.1 (2020-08-02)

#### :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-destroyable-polyfill",
"version": "2.0.1",
"version": "2.0.2",
"description": "Polyfill for RFC 580: Destroyables",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit c7bf007

Please sign in to comment.