Skip to content

Commit eee1e01

Browse files
author
Robert Jackson
committed
Release 1.0.0
1 parent d14bd85 commit eee1e01

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## v1.0.0 (2020-01-03)
2+
3+
#### :boom: Breaking Change
4+
* [#3](https://github.com/ember-polyfills/ember-async-observers-polyfill/pull/3) Drop Node 8 support. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :rocket: Enhancement
7+
* [#1](https://github.com/ember-polyfills/ember-async-observers-polyfill/pull/1) Add polyfill implementation for `Ember.observes` ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### :memo: Documentation
10+
* [#2](https://github.com/ember-polyfills/ember-async-observers-polyfill/pull/2) Flesh out basic information in README.md. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 1
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-async-observer-polyfill",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "Implement async observer support (emberjs/rfcs#494) for older Ember versions.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)