Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 11, 2017
1 parent ab8cc6d commit 6c4a8ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

# 1.1.0
* Added `all` and `any` - thanks to @sea1jxr

# 1.0.0
* Added full test coverage
* Fix an issue with scan and working with arrays.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gensequence",
"version": "1.0.0",
"version": "1.1.0",
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 6c4a8ee

Please sign in to comment.