Skip to content

Commit e2650fc

Browse files
author
Robert Jackson
committed
Release 1.0.1
1 parent 7468e02 commit e2650fc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v1.0.1 (2020-09-18)
2+
3+
#### :rocket: Enhancement
4+
* [#74](https://github.com/ember-polyfills/ember-cache-primitive-polyfill/pull/74) Add warning when used with @glimmer/tracking < 1.0.2. ([@rwjblue](https://github.com/rwjblue))
5+
* [#73](https://github.com/ember-polyfills/ember-cache-primitive-polyfill/pull/73) Issue a helpful error when used with an older ember-cli-babel. ([@rwjblue](https://github.com/rwjblue))
6+
* [#71](https://github.com/ember-polyfills/ember-cache-primitive-polyfill/pull/71) Make inert for Ember 3.22.0-alpha.1 and higher. ([@rwjblue](https://github.com/rwjblue))
7+
8+
#### :house: Internal
9+
* [#72](https://github.com/ember-polyfills/ember-cache-primitive-polyfill/pull/72) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
10+
* [#43](https://github.com/ember-polyfills/ember-cache-primitive-polyfill/pull/43) Re-roll yarn.lock ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 2
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
15+
16+
117
## v1.0.0 (2020-05-15)
218

319
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cache-primitive-polyfill",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)