Skip to content

Commit

Permalink
version 2.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jul 28, 2022
1 parent 0ef9c7c commit eae9114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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.

# 2.2.17

- **Bug Fix**
- Don't throw a TypeError when trying to decode a sum value that contains a dangerous string, #650 (@thewilkybarkid)

# 2.2.16

Experimental modules require `fp-ts@^2.5.0`.
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": "io-ts",
"version": "2.2.16",
"version": "2.2.17",
"description": "TypeScript runtime type system for IO decoding/encoding",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit eae9114

Please sign in to comment.