Skip to content

Commit

Permalink
version 2.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Dec 3, 2023
1 parent 4abb81c commit 0a0b0c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
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.21

- **Bug Fix**
- Handle `record` keys outside `domain`, #705 (@tgfisher4)

# 2.2.20

- undeprecate `FunctionType`, `FunctionC`, `Function`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "io-ts",
"version": "2.2.20",
"version": "2.2.21",
"description": "TypeScript runtime type system for IO decoding/encoding",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit 0a0b0c3

Please sign in to comment.