Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/release-configs/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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,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",
Expand Down
Loading