diff --git a/.github/release-configs/release-please-manifest.json b/.github/release-configs/release-please-manifest.json index 001eb2c..2be9c43 100644 --- a/.github/release-configs/release-please-manifest.json +++ b/.github/release-configs/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff61c21..602db8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.0](https://github.com/heroku/heroku-cli-test-utils/compare/test-utils-v0.1.2...test-utils-v0.2.0) (2026-03-19) + + +### ⚠ BREAKING CHANGES + +* convert to ESM and ESLint 9 flat config ([#33](https://github.com/heroku/heroku-cli-test-utils/issues/33)) + +### Features + +* convert to ESM and ESLint 9 flat config ([#33](https://github.com/heroku/heroku-cli-test-utils/issues/33)) ([0d71581](https://github.com/heroku/heroku-cli-test-utils/commit/0d7158131f6b503237c5fe993d8b009e93bf9fbf)) + + +### Bug Fixes + +* add build step to test script to ensure dist directory exists ([#40](https://github.com/heroku/heroku-cli-test-utils/issues/40)) ([c5d385c](https://github.com/heroku/heroku-cli-test-utils/commit/c5d385c2dd2991581643136ff0dd7ebd9cccb480)) +* ignore workflows-repo directory in eslint config ([#39](https://github.com/heroku/heroku-cli-test-utils/issues/39)) ([38589e4](https://github.com/heroku/heroku-cli-test-utils/commit/38589e4398204e8de9b567745f5bd26b4b7f113b)) + ## [0.1.2](https://github.com/heroku/heroku-cli-test-utils/compare/test-utils-v0.1.1...test-utils-v0.1.2) (2026-03-09) diff --git a/package-lock.json b/package-lock.json index cef7751..658a6df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@heroku-cli/test-utils", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@heroku-cli/test-utils", - "version": "0.1.2", + "version": "0.2.0", "license": "ISC", "dependencies": { "@heroku-cli/command": "^12", diff --git a/package.json b/package.json index 20983cf..cf73d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/test-utils", - "version": "0.1.2", + "version": "0.2.0", "description": "Test utilities for Heroku CLI", "author": "Heroku", "license": "ISC",