From fdefb984e16690ea749f27739445bc65a6bcd3e6 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Mon, 8 Jun 2026 14:05:12 -0400 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 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..cd1e2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.2.1](https://github.com/deviantintegral/har/compare/v1.2.0...v1.2.1) (2026-06-08) + + +### Miscellaneous Chores + +* **deps:** update actions/checkout digest to df4cb1c ([#286](https://github.com/deviantintegral/har/issues/286)) ([448d674](https://github.com/deviantintegral/har/commit/448d6745817f93e98a7f1bfd8f42afa83c4af769)) +* **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 friendsofphp/php-cs-fixer to v3.95.3 ([#285](https://github.com/deviantintegral/har/issues/285)) ([2b8cfb2](https://github.com/deviantintegral/har/commit/2b8cfb24dafb576f4e110ef63d56e8edfea754e8)) +* **deps:** update dependency friendsofphp/php-cs-fixer to v3.95.4 ([#287](https://github.com/deviantintegral/har/issues/287)) ([265b639](https://github.com/deviantintegral/har/commit/265b6399b461900e592bf45d28d08a9a5db59eb1)) +* **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 dependency infection/infection to v0.33.2 ([#283](https://github.com/deviantintegral/har/issues/283)) ([8548480](https://github.com/deviantintegral/har/commit/854848007f5eac8f09dfbcf1eb531757db36ce5f)) +* **deps:** update ggilder/codecoverage digest to 5143984 ([#284](https://github.com/deviantintegral/har/issues/284)) ([4c7edc4](https://github.com/deviantintegral/har/commit/4c7edc4066dd32724321c3d4fb4b20eadd5b2ea5)) +* **deps:** update shivammathur/setup-php digest to 7c071df ([#278](https://github.com/deviantintegral/har/issues/278)) ([ad723ca](https://github.com/deviantintegral/har/commit/ad723ca341381d23338b7a009621bf9c3ee904c1)) +* **deps:** update shivammathur/setup-php digest to f3e473d ([#288](https://github.com/deviantintegral/har/issues/288)) ([6cedb02](https://github.com/deviantintegral/har/commit/6cedb02d73769b8153e34bec3891f8eba937b4e7)) + ## [1.2.0](https://github.com/deviantintegral/har/compare/v1.1.0...v1.2.0) (2026-05-13)