Skip to content

Commit e6d67ce

Browse files
committed
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2018-11-20) ### Bug Fixes * **remove:** replace remove(remover) with removeBy(remover) ([7d5db88](7d5db88)) * **replay:** replace replace(replacer) with replaceBy(replacer) ([8962305](8962305)) * allow checker, filter, remover, and finder to return truthy/falsey ([f6a8177](f6a8177))
1 parent 407fa7e commit e6d67ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Changelog
22

3+
## [2.0.1](https://github.com/Colonise/Collection/compare/v2.0.0...v2.0.1) (2018-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **remove:** replace remove(remover) with removeBy(remover) ([7d5db88](https://github.com/Colonise/Collection/commit/7d5db88))
9+
* **replay:** replace replace(replacer) with replaceBy(replacer) ([8962305](https://github.com/Colonise/Collection/commit/8962305))
10+
* allow checker, filter, remover, and finder to return truthy/falsey ([f6a8177](https://github.com/Colonise/Collection/commit/f6a8177))
11+
312
# [2.0.0](https://github.com/Colonise/Collection/compare/v1.3.0...v2.0.0) (2018-10-28)
413

514

0 commit comments

Comments
 (0)