diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f18c1..e10e882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/flowcore-io/generic-kafka-forward/compare/v1.1.0...v1.1.1) (2024-10-08) + + +### Bug Fixes + +* Formatting ([d9aed3a](https://github.com/flowcore-io/generic-kafka-forward/commit/d9aed3a8b9e41ea739780bc8e0a7715286acbb18)) +* Hotfix bun build ([99cbc70](https://github.com/flowcore-io/generic-kafka-forward/commit/99cbc7078cb5a979aeea7e40c2785227113ed772)) + ## [1.1.0](https://github.com/flowcore-io/generic-kafka-forward/compare/v1.0.0...v1.1.0) (2024-10-08) diff --git a/package.json b/package.json index b0b1e64..5445376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generic-kafka-forward", - "version": "1.1.0", + "version": "1.1.1", "description": "Forwards messages to kafka from Flowcore", "author": "Brian Bischoff ", "private": true, @@ -36,5 +36,7 @@ "overrides": { "@sinclair/typebox": "^0.33.7" }, - "trustedDependencies": ["@biomejs/biome"] + "trustedDependencies": [ + "@biomejs/biome" + ] }