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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed May 8, 2017
1 parent d0b1858 commit 8de0908
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 @@ -11,6 +11,11 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## v0.3.1

- **Bug fix**
- Fix isInteger(null) === true, https://github.com/gcanti/tcomb-json-schema/pull/26 (@sastred)

## v0.3.0

**Warning**. If you don't rely in your codebase on the property `maybe(MyType)(undefined) === null` this **is not a breaking change** for you.
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": "tcomb-json-schema",
"version": "0.3.0",
"version": "0.3.1",
"description": "Transforms a JSON Schema to a tcomb type",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 8de0908

Please sign in to comment.