Skip to content

Commit

Permalink
Merge pull request #108 from thedumbterminal/release-5.1.0
Browse files Browse the repository at this point in the history
Releasing v5.1.0
  • Loading branch information
thedumbterminal authored Aug 11, 2022
2 parents 982bad6 + a443277 commit 688f10e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

## v5.1.0 (11/08/2022)

- JSBQ CLI output now compatible with Google's bq CLI.
- Logging code reduced.
- Updated dependencies.

## v5.0.1 (04/07/2022)

- JSBQ CLI now supports draft-7+ schemas
- Updated dependencies
- JSBQ CLI now supports draft-7+ schemas.
- Updated dependencies.

## v5.0.0 (30/12/2021)

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": "5.0.1",
"version": "5.1.0",
"description": "Convert JSON schema to Google BigQuery schema",
"main": "src/converter.js",
"scripts": {
Expand Down

0 comments on commit 688f10e

Please sign in to comment.