Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Aug 23, 2017
1 parent fb23b73 commit 691f0de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
**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.4.0

- **Breaking Change**
- upgrade to fp-ts 0.5 (@gcanti)
- currying of all APIs (@gcanti)

# 0.3.2

- **Polish**
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": "monocle-ts",
"version": "0.3.2",
"version": "0.4.0",
"description": "A porting of scala monocle library to TypeScript",
"files": ["lib"],
"main": "lib/index.js",
Expand Down

0 comments on commit 691f0de

Please sign in to comment.