Skip to content

Commit

Permalink
upgrade to fp-ts@2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jul 2, 2019
1 parent b7e6814 commit 8019324
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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.1.2

- **Polish**
- upgrade to `fp-ts@2.0.0` (@gcanti)

# 0.1.1

- **New Feature**
Expand Down
2 changes: 1 addition & 1 deletion dtslint/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// TypeScript Version: 3.4
// TypeScript Version: 3.5
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts-contrib",
"version": "0.1.1",
"version": "0.1.2",
"description": "A community driven utility package for fp-ts",
"files": [
"lib",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/gcanti/fp-ts-contrib",
"peerDependencies": {
"fp-ts": "^2.0.0-rc.6"
"fp-ts": "^2.0.0"
},
"devDependencies": {
"@types/benchmark": "^1.0.31",
Expand All @@ -45,7 +45,7 @@
"docs-ts": "0.0.1",
"doctoc": "^1.4.0",
"dtslint": "github:gcanti/dtslint",
"fp-ts": "^2.0.0-rc.7",
"fp-ts": "^2.0.0",
"jest": "^23.6.0",
"mocha": "^5.2.0",
"prettier": "^1.16.4",
Expand Down

0 comments on commit 8019324

Please sign in to comment.