Skip to content

Commit

Permalink
version 0.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Oct 10, 2022
1 parent 3d99e52 commit 01b9233
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
**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.

# 0.5.16
# 0.5.18

- **Polish**
- add output indexed types to option and either #171 (@mlegenhausen)

# 0.5.17

- **Polish**
- `nonEmptyArray`: change output type from `Array` to `NonEmptyArray`, #170 (@OliverJAsh)
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-types",
"version": "0.5.17",
"version": "0.5.18",
"description": "A collection of codecs and combinators for use with io-ts",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit 01b9233

Please sign in to comment.