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

Commit b2ba335

Browse files
committed
v0.2.1
- **New Feature** - Registering a type or structure instead of just a format, fix #13 (thanks @damienleroux)
1 parent c2edfb8 commit b2ba335

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.2.1
15+
16+
- **New Feature**
17+
- Registering a type or structure instead of just a format, fix #13 (thanks @damienleroux)
18+
1419
## v0.2.0
1520

1621
- **Breaking Change**

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.2.0",
3+
"version": "0.2.1",
44
"description": "Transforms a JSON Schema to a tcomb type",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)