Skip to content

Commit 833dc19

Browse files
committedNov 24, 2021
Release 1.0.0
1 parent 6ec4a56 commit 833dc19

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v1.0.0 (2021-11-24)
4+
5+
#### :boom: Breaking Change
6+
* [#13](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/13) Drop support for node 10 ([@Windvis](https://github.com/Windvis))
7+
8+
#### :rocket: Enhancement
9+
* [#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))
10+
11+
#### :house: Internal
12+
* [#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))
13+
* [#14](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/14) Update to ember-auto-import v2 ([@Windvis](https://github.com/Windvis))
14+
15+
#### Committers: 1
16+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
17+
18+
319
## v0.1.0 (2021-03-20)
420

521
#### :rocket: Enhancement

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-router-service-refresh-polyfill",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Polyfill for Ember RFC 631",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)
Please sign in to comment.