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 2ee5f93 commit 9f9dad7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## v0.9.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-doc` v0.5.0
- upgrade to `tcomb-validation` v3.0.0

## v0.8.13

- **Bug Fix**
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcomb-react",
"version": "0.8.13",
"version": "0.9.0",
"description": "Type checking for React components",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"doctrine": "0.7.2",
"get-comments": "1.0.1",
"tcomb-doc": "^0.4.0",
"tcomb-validation": "^2.2.0",
"tcomb-doc": "^0.5.0",
"tcomb-validation": "^3.0.0",
"react": ">=0.13.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9f9dad7

Please sign in to comment.