Skip to content

Commit

Permalink
chore(main): release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowcore-machine committed Oct 8, 2024
1 parent 99cbc70 commit 7774a2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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 7774a2b

Please sign in to comment.