Skip to content

Commit

Permalink
version 2.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Dec 10, 2024
1 parent dc8c0c2 commit 864a3a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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.22

- **Bug Fix**
- Test for readonly type when optimizing tagged unions, #719

# 2.2.21

- **Bug Fix**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.21",
"version": "2.2.22",
"description": "TypeScript runtime type system for IO decoding/encoding",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit 864a3a2

Please sign in to comment.