Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit 8de0908

Browse files
committed
bump version
1 parent d0b1858 commit 8de0908

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
1212
**Note**: Gaps between patch versions are faulty/broken releases.
1313

14+
## v0.3.1
15+
16+
- **Bug fix**
17+
- Fix isInteger(null) === true, https://github.com/gcanti/tcomb-json-schema/pull/26 (@sastred)
18+
1419
## v0.3.0
1520

1621
**Warning**. If you don't rely in your codebase on the property `maybe(MyType)(undefined) === null` this **is not a breaking change** for you.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcomb-json-schema",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Transforms a JSON Schema to a tcomb type",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)