Skip to content

Commit 85c4bbb

Browse files
committed
Release 2.1.1
1 parent 985cfad commit 85c4bbb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
6+
## v2.1.1 (2022-05-11)
7+
8+
#### :house: Internal
9+
* [#93](https://github.com/yapplabs/ember-buffered-proxy/pull/93) Remove ember-notify-property-change-polyfill ([@fsmanuel](https://github.com/fsmanuel))
10+
11+
#### Committers: 1
12+
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))
13+
514
## v2.1.0 (2022-05-11)
615

716
Drops support for Ember < 3.13. This should have been a major release. Apologies!

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.1.0",
3+
"version": "2.1.1",
44
"description": "An Ember Object Proxy with change buffering",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)