Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Windvis committed Nov 24, 2021
1 parent 6ec4a56 commit 833dc19
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.0.0 (2021-11-24)

#### :boom: Breaking Change
* [#13](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/13) Drop support for node 10 ([@Windvis](https://github.com/Windvis))

#### :rocket: Enhancement
* [#10](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/10) Disable the polyfill when the method is available in ember-source ([@Windvis](https://github.com/Windvis))

#### :house: Internal
* [#12](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/12) Update to the Ember 3.28 addon blueprint ([@Windvis](https://github.com/Windvis))
* [#14](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/14) Update to ember-auto-import v2 ([@Windvis](https://github.com/Windvis))

#### Committers: 1
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))


## v0.1.0 (2021-03-20)

#### :rocket: Enhancement
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-service-refresh-polyfill",
"version": "0.1.0",
"version": "1.0.0",
"description": "Polyfill for Ember RFC 631",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 833dc19

Please sign in to comment.