Skip to content

Commit

Permalink
Merge pull request #36 from gcanti/latest
Browse files Browse the repository at this point in the history
upgrade to latest fp-ts
  • Loading branch information
gcanti authored Mar 31, 2017
2 parents 03a3517 + e977f5b commit 862c903
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

# 0.3.0

This is a breaking change *only* if you are using fp-ts APIs

- **Breaking Change**
- upgrade to latest fp-ts v0.2 (@gcanti)

# 0.2.3

- **Internal**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-ts",
"version": "0.2.3",
"version": "0.3.0",
"description": "TypeScript compatible runtime type system for IO validation",
"files": [
"lib",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/gcanti/io-ts",
"dependencies": {
"fp-ts": "^0.1.1"
"fp-ts": "^0.2.0"
},
"devDependencies": {
"@types/mocha": "2.2.38",
Expand Down

0 comments on commit 862c903

Please sign in to comment.