From 48501cc6c047716c8ca07f5b47f600f69f927aaf Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Mon, 18 May 2026 15:43:17 -0500 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 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..041eb7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.1](https://github.com/deviantintegral/har/compare/v1.2.0...v1.2.1) (2026-05-18) + + +### 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 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)