We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317084f commit 6961f39Copy full SHA for 6961f39
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v2.0.1 (2021-05-03)
2
+
3
+#### :bug: Bug Fix
4
+* [#33](https://github.com/pzuraq/ember-set-helper/pull/33) Update assertion to match README ([@betocantu93](https://github.com/betocantu93))
5
+* [#32](https://github.com/pzuraq/ember-set-helper/pull/32) Move htmlbars to dev dep ([@nlfurniss](https://github.com/nlfurniss))
6
7
+#### Committers: 2
8
+- Alberto Cantú Gómez ([@betocantu93](https://github.com/betocantu93))
9
+- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
10
11
## v2.0.0 (2020-10-27)
12
13
#### :boom: Breaking Change
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-set-helper",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "A better `mut` helper!",
"keywords": [
"ember-addon"
0 commit comments