Skip to content

Commit

Permalink
Merge pull request #13 from thedumbterminal/v0.1.1-release
Browse files Browse the repository at this point in the history
v0.1.1 release
  • Loading branch information
thedumbterminal authored Nov 1, 2018
2 parents ed49cee + 3c283ff commit d3d8772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.1 (01/11/2018)

* Bugfix for jsbq command.

## v0.1.0 (23/10/2018)

* Rewrite with improved support for `allOf`, `anyOf` and `oneOf` combined schemas.
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": "jsonschema-bigquery",
"version": "0.1.0",
"version": "0.1.1",
"description": "Convert JSON schema to Google BigQuery schema",
"main": "src/converter.js",
"scripts": {
Expand Down

0 comments on commit d3d8772

Please sign in to comment.