Skip to content

Commit

Permalink
version bump and changelog for v1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thedumbterminal committed Oct 8, 2022
1 parent e262c21 commit 333745e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## v1.5.1 (08/10/2022)
## v1.6.1 (08/10/2022)

- Fields now have unique names. (pdanpdan)

## v1.6.0 (27/04/2019)

- Supports optional properties.

## v1.5.0 (07/04/2019)

- Namespace and name of initial Avro record now generated from JSON Schema ID.
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-avro",
"version": "1.6.0",
"version": "1.6.1",
"description": "Convert JSON-schema into avro schema",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 333745e

Please sign in to comment.