Skip to content

Commit 032c569

Browse files
committed
bump version
1 parent ba2303d commit 032c569

5 files changed

Lines changed: 12 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
1414
high state of flux, you're at risk of it changing without notice.
1515

16+
# 0.5.16
17+
18+
- **Bug Fix**
19+
- fix `DateFromUnixTime.encode` returning a floating point number, #160 (@saevarb)
20+
1621
# 0.5.15
1722

1823
- **Polish**

dtslint/ts3.5/readonlyNonEmptyArray.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

dtslint/ts3.5/readonlySetFromArray.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io-ts-types",
3-
"version": "0.5.15",
3+
"version": "0.5.16",
44
"description": "A collection of codecs and combinators for use with io-ts",
55
"main": "lib/index.js",
66
"module": "es6/index.js",

0 commit comments

Comments
 (0)