From 194dd3b83cf15000c607d949aa22a8d2ed6d8228 Mon Sep 17 00:00:00 2001 From: jan-kubica <104276362+jan-kubica@users.noreply.github.com> Date: Sat, 13 Jun 2026 19:59:53 +0000 Subject: [PATCH] chore: refresh CHANGELOG.md --- CHANGELOG.md | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..08aeb5c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,89 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [2.1.1] - 2026-06-13 + +### Changed + +- Update CLA trigger (#122) +- Drop changelog (#123) +- Bump version to 2.1.1 (#126) + +### Fixed + +- Strip surrounding whitespace (#125) + +## [2.1.0] - 2026-06-12 + +### Added + +- Add NHS and crypto validators (#117) + +### Changed + +- Update dependencies (#119) +- Bump version to 2.1.0 (#120) + +## [2.0.1] - 2026-06-05 + +### Changed + +- Pin release workflow to npm visibility retry (#113) +- Bump stdnum to 2.0.1 + +## [2.0.0] - 2026-06-04 + +### Added + +- Add brazilian-utils, rut.js, and django-localflavor comparators (#109) +- Add scope discriminator to Validator (#108) + +### Changed + +- Auto-refresh CHANGELOG.md on release (#100) +- Sync ai prompts and oxlint config (#101) +- Update dependencies +- Bump oxfmt +- Bump actions/setup-node +- Update stdnum test dependencies +- Use shared typescript config (#105) +- Refresh shared tooling and AI setup (#106) +- Standardize npm release workflow +- Pin release workflow to app-token finalizer (#112) + +### Fixed + +- Probe validators with their real lengths (#107) +- Align with primary sources from official documentation (#110) + +## [1.0.0] - 2026-05-20 + +### Changed + +- Simplify MIT copyright notice +- Correct license holder casing (#88) +- Align Dependabot cooldown to 5 days (#93) +- Migrate publish step to npm-publish-hardened (#95) +- Bump npm-publish-hardened to 86392949 — placeholder NODE_AUTH_TOKEN fix (#96) +- Bump npm-publish-hardened to 9845e4f5 — explicit bash invoke (#97) +- Bump npm-publish-hardened to 96b8912e — node-stdout newline fix (#98) +- Enforce lint, cleanup, cut v1.0.0 (#99) + +## [0.0.1] - 2026-04-17 + +### Changed + +- Init + +[2.1.1]: https://github.com/stella/stdnum/compare/v2.1.0..v2.1.1 +[2.1.0]: https://github.com/stella/stdnum/compare/v2.0.1..v2.1.0 +[2.0.1]: https://github.com/stella/stdnum/compare/v2.0.0..v2.0.1 +[2.0.0]: https://github.com/stella/stdnum/compare/v1.0.0..v2.0.0 +[1.0.0]: https://github.com/stella/stdnum/compare/v0.0.1..v1.0.0 +[0.0.1]: https://github.com/stella/stdnum/tree/v0.0.1 + +