From 3f95af0db2413ef2cce08bf7ad61d227309df4f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:17:24 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 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 b8c7195..40d6e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.2.1](https://github.com/monetr/validation/compare/v1.2.0...v1.2.1) (2026-06-14) + + +### 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)