diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d0946..5340288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/meinestadt/glue-schema-registry/compare/v1.4.1...v1.4.2) (2023-02-15) + + +### Bug Fixes + +* fixed pipeline to run unit tests on release please ([#119](https://github.com/meinestadt/glue-schema-registry/issues/119)) ([8b996b5](https://github.com/meinestadt/glue-schema-registry/commit/8b996b5fe5d14ec19674ccfed14d395e897d94d4)) + ## [1.4.1](https://github.com/meinestadt/glue-schema-registry/compare/v1.4.0...v1.4.1) (2023-02-15) diff --git a/package-lock.json b/package-lock.json index 3a28741..ecb9638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@meinestadt.de/glue-schema-registry", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@meinestadt.de/glue-schema-registry", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "avsc": "^5.7.7", diff --git a/package.json b/package.json index 2a656cc..dc6129d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meinestadt.de/glue-schema-registry", - "version": "1.4.1", + "version": "1.4.2", "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": {