Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 6, 2022
1 parent c031201 commit 3b7ba4e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

## v1.0.0 (2022-10-06)

#### :boom: Breaking Change
* [#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.

#### :rocket: Enhancement
* [#184](https://github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/184) Macro-based ember version check ([@ef4](https://github.com/ef4))
* [#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))

#### :house: Internal
* [#181](https://github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/181) convert babel plugin to typescript ([@ef4](https://github.com/ef4))

#### Committers: 2
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
- Edward Faulkner ([@ef4](https://github.com/ef4))

## v0.1.4 (2021-07-20)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cached-decorator-polyfill",
"version": "0.1.4",
"version": "1.0.0",
"description": "Polyfill for RFC 566: @cached",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 3b7ba4e

Please sign in to comment.