Skip to content

Commit

Permalink
Merge pull request #99 from thedumbterminal/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
thedumbterminal authored Apr 26, 2023
2 parents 222f5d6 + 86aa2a7 commit ad874e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.0 (26/04/2023)

- JSON schema number type now converts to double Avro type.

## v1.8.1 (13/04/2023)

- Remove unwanted console.log.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonschema-avro",
"version": "1.8.1",
"version": "2.0.0",
"description": "Convert JSON-schema into avro schema",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ad874e7

Please sign in to comment.