From 8b3f2c084358921e320e380f9528c68515b425ad Mon Sep 17 00:00:00 2001 From: "heroku-devtools-release-workflows[bot]" <261039447+heroku-devtools-release-workflows[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:15:02 +0000 Subject: [PATCH] chore(main): release plugin-devcenter 2.0.3 --- .github/release-configs/release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/release-configs/release-please-manifest.json b/.github/release-configs/release-please-manifest.json index 47fb725..af6dd8b 100644 --- a/.github/release-configs/release-please-manifest.json +++ b/.github/release-configs/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dcf7fe..8fb2547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.3](https://github.com/heroku/devcenter-cli/compare/plugin-devcenter-v2.0.2...plugin-devcenter-v2.0.3) (2026-08-14) + + +### Dependencies + +* bump actions/create-github-app-token from 2 to 3 ([#60](https://github.com/heroku/devcenter-cli/issues/60)) ([c65f132](https://github.com/heroku/devcenter-cli/commit/c65f132446e7858f376090198e60c55b6b643071)) +* bump body-parser from 2.2.2 to 2.3.0 ([#86](https://github.com/heroku/devcenter-cli/issues/86)) ([6f96f72](https://github.com/heroku/devcenter-cli/commit/6f96f722a2978debaef2c1d121c70cc6a52f31b0)) +* bump linkify-it from 5.0.1 to 5.0.2 ([#87](https://github.com/heroku/devcenter-cli/issues/87)) ([c9d6c62](https://github.com/heroku/devcenter-cli/commit/c9d6c62cc871cbbc2e0b4c029b71107bc7d8710d)) +* bump markdown-it-anchor from 9.2.0 to 9.2.1 ([#85](https://github.com/heroku/devcenter-cli/issues/85)) ([488b1a9](https://github.com/heroku/devcenter-cli/commit/488b1a98871ca374e1fe5936197af1c5913b9831)) +* bump undici from 7.28.0 to 7.29.0 ([#90](https://github.com/heroku/devcenter-cli/issues/90)) ([844f900](https://github.com/heroku/devcenter-cli/commit/844f900b7ef50333f4b36c0e4a50f2fcda7c328d)) + ## [2.0.2](https://github.com/heroku/devcenter-cli/compare/plugin-devcenter-v2.0.1...plugin-devcenter-v2.0.2) (2026-07-16) diff --git a/package-lock.json b/package-lock.json index df43c60..7518971 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@heroku-cli/plugin-devcenter", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@heroku-cli/plugin-devcenter", - "version": "2.0.2", + "version": "2.0.3", "license": "ISC", "dependencies": { "@heroku-cli/command": "^12.4.1", diff --git a/package.json b/package.json index eeb08f7..c267f16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-devcenter", "description": "Heroku CLI plugin to interact with Heroku Dev Center", - "version": "2.0.2", + "version": "2.0.3", "author": "Heroku", "type": "module", "license": "ISC",