From 8a2abe6b8123be170bc3c484d858b02c27071b14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 02:44:42 +0000 Subject: [PATCH] chore(main): release 1.3.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 c17c08f..3e8c001 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.0"} +{".":"1.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c32c39..f25da3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.1](https://github.com/linchpin/coding-standards/compare/v1.3.0...v1.3.1) (2026-09-15) + + +### Bug Fixes + +* **LINCHPIN-5617:** Drop the deprecated CallTimePassByReference sniff from Linchpin-Minimum ([75fd323](https://github.com/linchpin/coding-standards/commit/75fd32389111810d0b7093d9f925c83db1796776)) +* **LINCHPIN-5617:** Drop the deprecated CallTimePassByReference sniff from Linchpin-Minimum ([25a89f5](https://github.com/linchpin/coding-standards/commit/25a89f5ec6bc669093c14aa954a2c0e09d61588c)) + ## [1.3.0](https://github.com/linchpin/coding-standards/compare/v1.2.0...v1.3.0) (2026-09-12)