Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.13.0-beta.0"
".": "3.0.0-beta.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.0.0-beta.0](https://github.com/heroku/heroku-kafka-jsplugin/compare/heroku-kafka-v2.13.0-beta.0...heroku-kafka-v3.0.0-beta.0) (2026-03-16)


### ⚠ BREAKING CHANGES

* convert to oclif v4, ESM, and TypeScript ([#267](https://github.com/heroku/heroku-kafka-jsplugin/issues/267))

### Bug Fixes

* add esbuild platform packages to fix CI installation ([#271](https://github.com/heroku/heroku-kafka-jsplugin/issues/271)) ([b00e9c3](https://github.com/heroku/heroku-kafka-jsplugin/commit/b00e9c37ddea7065820b2323c4be9862e36d8025))
* address high security vulns reported by Dependabot ([#262](https://github.com/heroku/heroku-kafka-jsplugin/issues/262)) ([fbcfa40](https://github.com/heroku/heroku-kafka-jsplugin/commit/fbcfa40e9aa506e6e48020ab3a7f32909723a5a6))
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#256](https://github.com/heroku/heroku-kafka-jsplugin/issues/256)) ([0c42f07](https://github.com/heroku/heroku-kafka-jsplugin/commit/0c42f07b2963f6cf864994c01ca27f8ca4965eda))
* ensure optional dependencies are installed in CI ([#270](https://github.com/heroku/heroku-kafka-jsplugin/issues/270)) ([380226c](https://github.com/heroku/heroku-kafka-jsplugin/commit/380226c32fffa2d79cde66f7e81981ae719c1417))


### Code Refactoring

* convert to oclif v4, ESM, and TypeScript ([#267](https://github.com/heroku/heroku-kafka-jsplugin/issues/267)) ([54a5905](https://github.com/heroku/heroku-kafka-jsplugin/commit/54a5905639e53df5187f8e864146d2f2d5205c29))

## [3.0.0](https://github.com/heroku/heroku-kafka-jsplugin/compare/heroku-kafka-v2.13.0...heroku-kafka-v3.0.0) (2026-03-16)


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,7 +1,7 @@
{
"name": "heroku-kafka",
"description": "heroku plugin to manage heroku kafka",
"version": "3.0.0",
"version": "3.0.0-beta.0",
"author": "Heroku kafka@heroku.com",
"bugs": {
"url": "https://github.com/heroku/heroku-kafka-jsplugin/issues"
Expand Down
Loading