Skip to content

Commit

Permalink
Publish 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 10, 2017
1 parent 23328c2 commit 1f36786
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.2.0
* Added `min` and `max` - thanks to @sea1jxr

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

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.1.0",
"version": "1.2.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 1f36786

Please sign in to comment.