diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a36338..8e7be75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.1](https://github.com/deviantintegral/har/compare/v1.0.0...v1.0.1) (2026-01-04) + + +### Bug Fixes + +* **ci:** resolve nightly workflow permission error ([#230](https://github.com/deviantintegral/har/issues/230)) ([992ea1a](https://github.com/deviantintegral/har/commit/992ea1ae34f1a2b9bb998d7ffbbffde80be36997)) +* **ci:** skip coverage annotation in nightly workflow ([#229](https://github.com/deviantintegral/har/issues/229)) ([cf85abe](https://github.com/deviantintegral/har/commit/cf85abef9eeaab58fa33b158b2265f61ac4601c6)) + + +### Miscellaneous Chores + +* **deps:** pin actions/checkout action to 34e1148 ([#227](https://github.com/deviantintegral/har/issues/227)) ([ce6ce55](https://github.com/deviantintegral/har/commit/ce6ce556656b5350843e871e52b28e349a40eed6)) +* **deps:** update actions/checkout action to v6 ([#228](https://github.com/deviantintegral/har/issues/228)) ([534d506](https://github.com/deviantintegral/har/commit/534d506afee769f85f9fbe9fbb2c9f99409ac97a)) +* **deps:** update dependency friendsofphp/php-cs-fixer to v3.92.4 ([#232](https://github.com/deviantintegral/har/issues/232)) ([83d463e](https://github.com/deviantintegral/har/commit/83d463ecf04f0a0abf7f18e332c96e76106b8494)) +* **deps:** update dependency infection/infection to v0.32.0 ([b1289be](https://github.com/deviantintegral/har/commit/b1289bebf77d5a0e48f592b4759625eed80a3e0d)) +* **deps:** update dependency rhysd/actionlint to v1.7.10 ([#231](https://github.com/deviantintegral/har/issues/231)) ([aa0ff05](https://github.com/deviantintegral/har/commit/aa0ff057efbaf97998fb915b3eb7df1470bd2c0d)) + ## [1.0.0](https://github.com/deviantintegral/har/compare/v0.7.2...v1.0.0) (2025-12-18)