Skip to content

Commit f273cfe

Browse files
committed
Release 9.0.0
1 parent 5641069 commit f273cfe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v9.0.0](https://github.com/uphold/validator.js-asserts/releases/tag/v9.0.0) (2025-07-01)
4+
5+
- Add type declarations [\#259](https://github.com/uphold/validator.js-asserts/pull/259) ([risantos](https://github.com/risantos))
6+
- Improve `README` [\#265](https://github.com/uphold/validator.js-asserts/pull/265) ([risantos](https://github.com/risantos))
7+
- Fix `peerDependencies` [\#263](https://github.com/uphold/validator.js-asserts/pull/263) ([risantos](https://github.com/risantos))
8+
- Update dev dependencies to fix vulnerabilities [\#262](https://github.com/uphold/validator.js-asserts/pull/262) ([risantos](https://github.com/risantos))
9+
- Replace `uphold-scripts` with `@fastify/pre-commit` [\#261](https://github.com/uphold/validator.js-asserts/pull/261) ([risantos](https://github.com/risantos))
10+
- Replace `jest` and `sinon` with `node:test` [\#260](https://github.com/uphold/validator.js-asserts/pull/260) ([risantos](https://github.com/risantos))
11+
- Update `ESLint` configuration and lint files [\#257](https://github.com/uphold/validator.js-asserts/pull/257) ([risantos](https://github.com/risantos))
12+
- Add `CODEOWNERS` [\#258](https://github.com/uphold/validator.js-asserts/pull/258) ([risantos](https://github.com/risantos))
13+
314
## [v8.4.0](https://github.com/uphold/validator.js-asserts/releases/tag/v8.4.0) (2025-01-22)
415
- Add Canada zip code assert [\#253](https://github.com/uphold/validator.js-asserts/pull/253) ([Megamind51](https://github.com/Megamind51))
516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validator.js-asserts",
3-
"version": "8.4.0",
3+
"version": "9.0.0",
44
"description": "A set of extra asserts for validator.js.",
55
"keywords": [
66
"asserts",

0 commit comments

Comments
 (0)