From 0eeac0c2fcdc23cdb699acb9fb1091fa6ee1cbbe Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Thu, 21 May 2026 06:05:54 -0500 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9a62a..e0a0466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.2.1](https://github.com/deviantintegral/har/compare/v1.2.0...v1.2.1) (2026-05-21) + + +### Miscellaneous Chores + +* **deps:** update dependency friendsofphp/php-cs-fixer to v3.95.2 ([#280](https://github.com/deviantintegral/har/issues/280)) ([0a786b8](https://github.com/deviantintegral/har/commit/0a786b83f23ac7812c96618f4c4866965fd87e15)) +* **deps:** update dependency infection/infection to v0.33.0 ([#281](https://github.com/deviantintegral/har/issues/281)) ([2d78d21](https://github.com/deviantintegral/har/commit/2d78d2198dee510bd69e6783d37b34801ade4680)) +* **deps:** update dependency infection/infection to v0.33.1 ([#282](https://github.com/deviantintegral/har/issues/282)) ([8dd2706](https://github.com/deviantintegral/har/commit/8dd27064108d22bbb8ccce2809a808fb72a6d835)) +* **deps:** update shivammathur/setup-php digest to 7c071df ([#278](https://github.com/deviantintegral/har/issues/278)) ([ad723ca](https://github.com/deviantintegral/har/commit/ad723ca341381d23338b7a009621bf9c3ee904c1)) + ## [1.2.0](https://github.com/deviantintegral/har/compare/v1.1.0...v1.2.0) (2026-05-13)