Skip to content

Commit 6961f39

Browse files
author
Chris Garrett
committed
Release 2.0.1
1 parent 317084f commit 6961f39

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v2.0.0 (2020-10-27)
212

313
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-set-helper",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A better `mut` helper!",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)