From f97f7148989c048240e7ff7b15fa352f2da7391b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:17:17 +0000 Subject: [PATCH] chore(main): release 1.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..9049e2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f40ae3a..aa5a507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/monetr/validation/compare/v1.3.0...v1.3.1) (2026-06-24) + + +### Miscellaneous + +* Updating renovate config ([60f0b3d](https://github.com/monetr/validation/commit/60f0b3da174f45d4c4b63d28e80a4b1e4c211839)) + ## [1.3.0](https://github.com/monetr/validation/compare/v1.2.0...v1.3.0) (2026-06-19)