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 Mar 7, 2016
1 parent 1ce071f commit 5f99876
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## 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.

- **Breaking Change**
- upgrade to `tcomb` v3.0.0

## v0.2.5

- **New Feature**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcomb-json-schema",
"version": "0.2.5",
"version": "0.3.0",
"description": "Transforms a JSON Schema to a tcomb type",
"main": "index.js",
"files": [
Expand All @@ -23,7 +23,7 @@
"homepage": "https://github.com/gcanti/tcomb-json-schema",
"dependencies": {
"fcomb": "^0.1.0",
"tcomb": "^2.2.0"
"tcomb": "^3.0.0"
},
"devDependencies": {
"eslint": "1.10.3",
Expand Down

0 comments on commit 5f99876

Please sign in to comment.