From 9936ae7a223768b1d49b46add53c1a0dabfe740f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:00:56 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c7195..f40ae3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.3.0](https://github.com/monetr/validation/compare/v1.2.0...v1.3.0) (2026-06-19) + + +### Features + +* Adding `is.Base32` helper ([538d26e](https://github.com/monetr/validation/commit/538d26e789d7f83356667f25cccab8b483c4c1dd)) +* Support custom errors on the `AllOf` helper ([c510f1d](https://github.com/monetr/validation/commit/c510f1d7a4e13f20897e19d052b025ef1347c5da)) + + +### Bug Fixes + +* Make the nil rule distinct in its error message ([b6fec38](https://github.com/monetr/validation/commit/b6fec381e7d8136b546e6fcd4dbf85a457789925)) + + +### Miscellaneous + +* Improvements ([dd0184c](https://github.com/monetr/validation/commit/dd0184c0808922adbabcde4a0d46771cda92eea9)) + + +### Refactor + +* Migrate type assertions to the `is` package ([c2db665](https://github.com/monetr/validation/commit/c2db665952a358407cff44fc705fc5c661be2208)) + ## [1.2.0](https://github.com/monetr/validation/compare/v1.1.0...v1.2.0) (2026-06-13)