We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985cfad commit 85c4bbbCopy full SHA for 85c4bbb
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
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
14
## v2.1.0 (2022-05-11)
15
16
Drops support for Ember < 3.13. This should have been a major release. Apologies!
package.json
@@ -1,6 +1,6 @@
1
{
"name": "ember-buffered-proxy",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "An Ember Object Proxy with change buffering",
"keywords": [
"ember-addon"
0 commit comments