Skip to content

Commit d0ffc48

Browse files
author
Robert Jackson
committed
Release 1.0.0
1 parent 0583222 commit d0ffc48

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
@@ -0,0 +1,13 @@
1+
## v1.0.0 (2020-05-15)
2+
3+
#### :rocket: Enhancement
4+
* [#1](https://github.com/ember-polyfills/ember-cache-primitive-polyfill/pull/1) Initial implementation ([@pzuraq](https://github.com/pzuraq))
5+
6+
#### :house: Internal
7+
* [#2](https://github.com/ember-polyfills/ember-cache-primitive-polyfill/pull/2) Add release automation. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 2
10+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
13+

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": "0.0.0",
3+
"version": "1.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)