From 0455c9198b97c87fceb6e0a7e89d5da608c33267 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Mar 2019 11:05:31 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a72b56..f41c8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9bf620b..d256148 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:bigslycat/igogo.git", "author": "Pavel Tereschenko (https://github.com/bigslycat)",