Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Mar 23, 2021
1 parent ba2303d commit 032c569
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 28 deletions.
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.16

- **Bug Fix**
- fix `DateFromUnixTime.encode` returning a floating point number, #160 (@saevarb)

# 0.5.15

- **Polish**
Expand Down
10 changes: 0 additions & 10 deletions dtslint/ts3.5/readonlyNonEmptyArray.ts

This file was deleted.

11 changes: 0 additions & 11 deletions dtslint/ts3.5/readonlySetFromArray.ts

This file was deleted.

12 changes: 6 additions & 6 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-types",
"version": "0.5.15",
"version": "0.5.16",
"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 032c569

Please sign in to comment.