Skip to content

Commit 86241e7

Browse files
chore(main): release plugin-addons-admin 4.0.0
1 parent b9ae36e commit 86241e7

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [4.0.0](https://github.com/heroku/heroku-cli-addons-admin/compare/plugin-addons-admin-v3.0.0...plugin-addons-admin-v4.0.0) (2026-06-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to vitest and clean up dependencies ([#225](https://github.com/heroku/heroku-cli-addons-admin/issues/225))
9+
10+
### Dependencies
11+
12+
* fix high security alerts from Dependabot ([#219](https://github.com/heroku/heroku-cli-addons-admin/issues/219)) ([96a9190](https://github.com/heroku/heroku-cli-addons-admin/commit/96a91902b14a6cadf455722e478fdfbe9149a24f))
13+
* update jsdiff ([#211](https://github.com/heroku/heroku-cli-addons-admin/issues/211)) ([a6335bd](https://github.com/heroku/heroku-cli-addons-admin/commit/a6335bda9ff43fbd6e4543efd1dfc424782ab6d8))
14+
15+
16+
### Code Refactoring
17+
18+
* migrate to vitest and clean up dependencies ([#225](https://github.com/heroku/heroku-cli-addons-admin/issues/225)) ([375bac3](https://github.com/heroku/heroku-cli-addons-admin/commit/375bac3b993dda6e53641a95419c7f29deefd58d))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroku-cli/plugin-addons-admin",
33
"description": "Heroku CLI plugin to help Heroku add-on providers integrate their services with Heroku.",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"type": "module",
66
"author": "Heroku",
77
"bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",

0 commit comments

Comments
 (0)