Skip to content

Commit

Permalink
version 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Nov 9, 2020
1 parent c6beba5 commit b9b773a
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 @@ -13,6 +13,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.

# 0.5.12

- **New Feature**
- add `withEncode` combinator, #146 (@EricCrosson)

# 0.5.11

- **New Feature**
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.11",
"version": "0.5.12",
"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 b9b773a

Please sign in to comment.