Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2019-03-16)

### Features

* add constructor fromFalsy ([553fb5c](553fb5c))
* add types for fromFalsy function ([b5f1880](b5f1880))
  • Loading branch information
semantic-release-bot committed Mar 16, 2019
1 parent 1683d15 commit 0455c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.7.0](https://github.com/bigslycat/igogo/compare/v1.6.0...v1.7.0) (2019-03-16)


### Features

* add constructor fromFalsy ([553fb5c](https://github.com/bigslycat/igogo/commit/553fb5c))
* add types for fromFalsy function ([b5f1880](https://github.com/bigslycat/igogo/commit/b5f1880))

# [1.6.0](https://github.com/bigslycat/igogo/compare/v1.5.0...v1.6.0) (2019-02-21)


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": "igogo",
"version": "1.6.0",
"version": "1.7.0",
"description": "Fast Either and Maybe from Fantasy Land with Flow and TypeScript support",
"repository": "[email protected]:bigslycat/igogo.git",
"author": "Pavel Tereschenko <[email protected]> (https://github.com/bigslycat)",
Expand Down

0 comments on commit 0455c91

Please sign in to comment.