Skip to content

Commit 3b7ba4e

Browse files
committed
Release 1.0.0
1 parent c031201 commit 3b7ba4e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2+
## v1.0.0 (2022-10-06)
3+
4+
#### :boom: Breaking Change
5+
* [#177](https://github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/177) Updating to blueprint for ember 4.7 ([@ef4](https://github.com/ef4)). Oldest supported Node is now 14, oldest supported Ember is still 3.13.
6+
7+
#### :rocket: Enhancement
8+
* [#184](https://github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/184) Macro-based ember version check ([@ef4](https://github.com/ef4))
9+
* [#144](https://github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/144) Simplify TS setup to avoid needing custom `paths` ([@dfreeman](https://github.com/dfreeman))
10+
11+
#### :house: Internal
12+
* [#181](https://github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/181) convert babel plugin to typescript ([@ef4](https://github.com/ef4))
13+
14+
#### Committers: 2
15+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
16+
- Edward Faulkner ([@ef4](https://github.com/ef4))
17+
118
## v0.1.4 (2021-07-20)
219

320
#### :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.4",
3+
"version": "1.0.0",
44
"description": "Polyfill for RFC 566: @cached",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)