Skip to content

Commit 4300274

Browse files
committed
Release 0.1.0
1 parent cf1cdfc commit 4300274

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
2+
Deprecated as of 10.7.0. Please use highlight(code, options) instead.
3+
https://github.com/highlightjs/highlight.js/issues/2277
4+
5+
## v0.1.0 (2021-03-20)
6+
7+
#### :rocket: Enhancement
8+
* [#4](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/4) Add Ember 3.4 support ([@Windvis](https://github.com/Windvis))
9+
* [#3](https://github.com/Windvis/ember-router-service-refresh-polyfill/pull/3) Add a refresh method to the RouterService ([@Windvis](https://github.com/Windvis))
10+
11+
#### Committers: 1
12+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
13+
114
# Changelog

package.json

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

0 commit comments

Comments
 (0)