From 1a283288cf47a67263ebd8080647591fff97b491 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Apr 2019 22:39:22 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/bigslycat/typed-contracts/compare/v2.1.2...v2.2.0) (2019-04-10) ### Features * **Contract:** add mapResult method ([ebf95ed](https://github.com/bigslycat/typed-contracts/commit/ebf95ed)) * **Contract:** add match method ([e24ebc5](https://github.com/bigslycat/typed-contracts/commit/e24ebc5)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1e770..396920d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.2.0](https://github.com/bigslycat/typed-contracts/compare/v2.1.2...v2.2.0) (2019-04-10) + + +### Features + +* **Contract:** add mapResult method ([ebf95ed](https://github.com/bigslycat/typed-contracts/commit/ebf95ed)) +* **Contract:** add match method ([e24ebc5](https://github.com/bigslycat/typed-contracts/commit/e24ebc5)) + ## [2.1.2](https://github.com/bigslycat/typed-contracts/compare/v2.1.1...v2.1.2) (2019-03-29) diff --git a/package.json b/package.json index 81d11a8..f96e257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typed-contracts", - "version": "2.1.2", + "version": "2.2.0", "description": "Validation with good Flow and TypeScript type inference", "main": "lib/bundle.js", "files": [