Skip to content

Commit f02dba3

Browse files
committed
Release 2.1.0
1 parent bfb1958 commit f02dba3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33

4+
5+
## v2.1.0 (2022-05-11)
6+
7+
#### :rocket: Enhancement
8+
* [#90](https://github.com/yapplabs/ember-buffered-proxy/pull/90) Conditionally choose notifyPropertyChange context based on Ember version ([@fsmanuel](https://github.com/fsmanuel)) Built on original work from @achambers.
9+
* [#87](https://github.com/yapplabs/ember-buffered-proxy/pull/87) Update ember-cli to 3.28 ([@fsmanuel](https://github.com/fsmanuel))
10+
11+
#### :house: Internal
12+
* [#92](https://github.com/yapplabs/ember-buffered-proxy/pull/92) Set timeout for ci jobs ([@fsmanuel](https://github.com/fsmanuel))
13+
* [#91](https://github.com/yapplabs/ember-buffered-proxy/pull/91) Fix ci badge ([@fsmanuel](https://github.com/fsmanuel))
14+
15+
#### Committers: 1
16+
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))
17+
18+
419
## v2.0.0 (2021-08-03)
520

621
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-buffered-proxy",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "An Ember Object Proxy with change buffering",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)