From 0d8b0d13ee693209f4d5e993b5b01af7f9c75027 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:08:07 +0100 Subject: [PATCH] chore(main): release 1.4.1 (#115) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf28f1..53d0946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/meinestadt/glue-schema-registry/compare/v1.4.0...v1.4.1) (2023-02-15) + + +### Bug Fixes + +* check for schema registration failure ([#113](https://github.com/meinestadt/glue-schema-registry/issues/113)) ([8c681cb](https://github.com/meinestadt/glue-schema-registry/commit/8c681cb86b3dd260ce6220b83c7ac673df265d76)) + ## [1.4.0](https://github.com/meinestadt/glue-schema-registry/compare/v1.3.1...v1.4.0) (2023-01-27) diff --git a/package-lock.json b/package-lock.json index 012869a..a0ff752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@meinestadt.de/glue-schema-registry", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@meinestadt.de/glue-schema-registry", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "avsc": "^5.7.7", diff --git a/package.json b/package.json index d5006d9..2a656cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meinestadt.de/glue-schema-registry", - "version": "1.4.0", + "version": "1.4.1", "description": "This is a SerDe library to interact with the AWS Glue Schema Registry. It makes it easy to encode and decode messages with Avro schemas and the AWS' wire format.", "main": "src/index.js", "scripts": {