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

Commit 5f99876

Browse files
committed
bump version
1 parent 1ce071f commit 5f99876

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

14+
## v0.3.0
15+
16+
**Warning**. If you don't rely in your codebase on the property `maybe(MyType)(undefined) === null` this **is not a breaking change** for you.
17+
18+
- **Breaking Change**
19+
- upgrade to `tcomb` v3.0.0
20+
1421
## v0.2.5
1522

1623
- **New Feature**

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcomb-json-schema",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "Transforms a JSON Schema to a tcomb type",
55
"main": "index.js",
66
"files": [
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/gcanti/tcomb-json-schema",
2424
"dependencies": {
2525
"fcomb": "^0.1.0",
26-
"tcomb": "^2.2.0"
26+
"tcomb": "^3.0.0"
2727
},
2828
"devDependencies": {
2929
"eslint": "1.10.3",

0 commit comments

Comments
 (0)