Skip to content

Commit

Permalink
v1.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed May 28, 2018
1 parent cab0009 commit 2737dfa
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
@@ -1,3 +1,9 @@
v1.7.0-rc1
----------
- Make decoders fully [Flow Strict](https://flow.org/en/docs/strict/)
compatible


v1.6.1
------
- Upgraded debrief dependency
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": "decoders",
"version": "1.6.1",
"version": "1.7.0-rc1",
"description": "Elm-like decoders for when working with Flow types in JS",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 2737dfa

Please sign in to comment.