Skip to content

Commit

Permalink
chore: bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Oct 17, 2020
1 parent 5e6231f commit 24f6bcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 0.2.1 (2020-10-17)
- Export `Value` types

## 0.2.0 (2020-01-20)
- Add supports for `additionalItems` and `additionalProperties`
- Add support for `additionalItems` and `additionalProperties`

## 0.1.1 (2020-01-13)
- Refactor internals
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": "@susisu/type-of-schema",
"version": "0.2.0",
"version": "0.2.1",
"description": "Derives TypeScript type from JSON Schema",
"repository": "https://github.com/susisu/type-of-schema.git",
"author": "Susisu <susisu2413@yahoo.co.jp>",
Expand Down

0 comments on commit 24f6bcd

Please sign in to comment.