Skip to content

Commit 038889f

Browse files
committed
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2018-09-01) ### Features * **all:** add all method to check if all items match the filter ([38b64d4](38b64d4)) * **any:** add any method to check if any items match the a filter ([a832e3c](a832e3c)) * **clear:** add clear method that removes all items from a collection ([53255be](53255be)) * **Symbol.iterator:** add Symbol iterator protocol ([bdd117d](bdd117d))
1 parent 7fe37ae commit 038889f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changelog
2+
3+
# [1.2.0](https://github.com/Colonise/Collection/compare/v1.1.0...v1.2.0) (2018-09-01)
4+
5+
6+
### Features
7+
8+
* **all:** add all method to check if all items match the filter ([38b64d4](https://github.com/Colonise/Collection/commit/38b64d4))
9+
* **any:** add any method to check if any items match the a filter ([a832e3c](https://github.com/Colonise/Collection/commit/a832e3c))
10+
* **clear:** add clear method that removes all items from a collection ([53255be](https://github.com/Colonise/Collection/commit/53255be))
11+
* **Symbol.iterator:** add Symbol iterator protocol ([bdd117d](https://github.com/Colonise/Collection/commit/bdd117d))

0 commit comments

Comments
 (0)