Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.2...v2.2.0) (2019-04-10)

### Features

* **Contract:** add mapResult method ([ebf95ed](ebf95ed))
* **Contract:** add match method ([e24ebc5](e24ebc5))
  • Loading branch information
semantic-release-bot committed Apr 10, 2019
1 parent e24ebc5 commit 1a28328
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 @@
# [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)


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": "typed-contracts",
"version": "2.1.2",
"version": "2.2.0",
"description": "Validation with good Flow and TypeScript type inference",
"main": "lib/bundle.js",
"files": [
Expand Down

0 comments on commit 1a28328

Please sign in to comment.