Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
argilzar committed Oct 8, 2024
2 parents b145d5b + ccf5a48 commit 2b24487
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 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 ([76a6df6](https://github.com/flowcore-io/generic-kafka-forward/commit/76a6df67d548b8576ebba046ead3026b00fd0773))
* Hotfix bun build ([99cbc70](https://github.com/flowcore-io/generic-kafka-forward/commit/99cbc7078cb5a979aeea7e40c2785227113ed772))
* Hotfix bun build 2 ([416b1ac](https://github.com/flowcore-io/generic-kafka-forward/commit/416b1ac9bd7e27e50efd01489bf6507219a517d5))

## [1.1.0](https://github.com/flowcore-io/generic-kafka-forward/compare/v1.0.0...v1.1.0) (2024-10-08)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"private": true,
Expand Down Expand Up @@ -36,5 +36,7 @@
"overrides": {
"@sinclair/typebox": "^0.33.7"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}

0 comments on commit 2b24487

Please sign in to comment.