Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4300274

Browse files
committedMar 20, 2021
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

+13
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

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

0 commit comments

Comments
 (0)
Please sign in to comment.