Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed May 11, 2022
1 parent bfb1958 commit f02dba3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog



## v2.1.0 (2022-05-11)

#### :rocket: Enhancement
* [#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.
* [#87](https://github.com/yapplabs/ember-buffered-proxy/pull/87) Update ember-cli to 3.28 ([@fsmanuel](https://github.com/fsmanuel))

#### :house: Internal
* [#92](https://github.com/yapplabs/ember-buffered-proxy/pull/92) Set timeout for ci jobs ([@fsmanuel](https://github.com/fsmanuel))
* [#91](https://github.com/yapplabs/ember-buffered-proxy/pull/91) Fix ci badge ([@fsmanuel](https://github.com/fsmanuel))

#### Committers: 1
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))


## v2.0.0 (2021-08-03)

#### :boom: Breaking Change
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-buffered-proxy",
"version": "2.0.0",
"version": "2.1.0",
"description": "An Ember Object Proxy with change buffering",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f02dba3

Please sign in to comment.