Skip to content

Commit acb1e15

Browse files
author
Robert Jackson
committed
Release 0.1.2
1 parent ed8a3e9 commit acb1e15

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.1.2 (2021-05-19)
2+
3+
#### :bug: Bug Fix
4+
* [#75](https://github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/75) Ensure polyfill works properly with Ember 3.27+ ([@mydea](https://github.com/mydea))
5+
6+
#### Committers: 1
7+
- Francesco Novy ([@mydea](https://github.com/mydea))
8+
19
## v0.1.1 (2021-02-16)
210

311
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cached-decorator-polyfill",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Polyfill for RFC 566: @cached",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)