Skip to content

Commit

Permalink
Merge pull request #59 from meinestadt/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--release-please-action

chore(main): release 1.3.0
  • Loading branch information
felix-iw authored Jan 6, 2023
2 parents 377da62 + 54309c0 commit 38a0a41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/meinestadt/glue-schema-registry/compare/v1.2.0...v1.3.0) (2023-01-06)


### Features

* switched to async zlib functions, fixes [#56](https://github.com/meinestadt/glue-schema-registry/issues/56) ([5a47039](https://github.com/meinestadt/glue-schema-registry/commit/5a47039e23448ec3b1e1a29b5ba38bcc9e6d7e18))

## [1.2.0](https://github.com/meinestadt/glue-schema-registry/compare/v1.1.1...v1.2.0) (2023-01-03)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@meinestadt.de/glue-schema-registry",
"version": "1.2.0",
"version": "1.3.0",
"description": "A library for encoding/decoding messages with schemas stored in AWS Glue Schema Registry",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 38a0a41

Please sign in to comment.