Skip to content

Commit 970cf50

Browse files
committedNov 15, 2022
Release 1.1.0
1 parent 1888f7a commit 970cf50

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
5+
## v1.1.0 (2022-11-15)
6+
7+
#### :rocket: Enhancement
8+
* [#16](https://github.com/ember-polyfills/ember-router-service-refresh-polyfill/pull/16) Convert ember-cli-htmlbars to a devDependency ([@Windvis](https://github.com/Windvis))
9+
10+
#### :house: Internal
11+
* [#19](https://github.com/ember-polyfills/ember-router-service-refresh-polyfill/pull/19) Use Github Actions to publish to npm ([@Windvis](https://github.com/Windvis))
12+
* [#17](https://github.com/ember-polyfills/ember-router-service-refresh-polyfill/pull/17) Update to the v4.3.0 blueprints ([@Windvis](https://github.com/Windvis))
13+
14+
#### Committers: 1
15+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
16+
417
## v1.0.1 (2022-01-19)
518

619
#### :house: Internal

‎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": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Polyfill for Ember RFC 631",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)
Please sign in to comment.