Skip to content

Commit

Permalink
upgrade fp-ts dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Oct 24, 2017
1 parent 532a88b commit 8994dd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
**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.8.0

- **Breaking Change**
- upgrade `fp-ts` dependency (@gcanti)

# 0.7.2

- **Bug Fix**
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-ts",
"version": "0.7.2",
"version": "0.8.0",
"description": "TypeScript compatible runtime type system for IO validation",
"files": ["lib"],
"main": "lib/index.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/gcanti/io-ts",
"dependencies": {
"fp-ts": "^0.5.2"
"fp-ts": "^0.6.0"
},
"devDependencies": {
"@types/mocha": "2.2.38",
Expand All @@ -35,7 +35,7 @@
"ts-node": "3.2.0",
"tslint": "4.4.2",
"tslint-config-standard": "4.0.0",
"typescript": "^2.5.2",
"typescript": "2.6.0-rc",
"typings-checker": "1.1.2"
},
"tags": ["typescript", "validation", "inference", "types", "runtime"],
Expand Down

0 comments on commit 8994dd0

Please sign in to comment.