diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eb6954..d00e14cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v1.7.0-rc2 +---------- +- Fix type issues caused by too strict use of mixeds + + v1.7.0-rc1 ---------- - Make decoders fully [Flow Strict](https://flow.org/en/docs/strict/) diff --git a/package.json b/package.json index f03cc358..372d1e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decoders", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "description": "Elm-like decoders for when working with Flow types in JS", "main": "lib/index.js", "files": [