diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d79dfe..8547dcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.2.2](https://github.com/chantouchsek/validatorjs/compare/v2.2.1...v2.2.2) (2024-08-23) + ### [2.2.1](https://github.com/chantouchsek/validatorjs/compare/v2.2.0...v2.2.1) (2024-06-03) diff --git a/package.json b/package.json index 2fe50e77..47e0391f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chantouchsek/validatorjs", "type": "module", - "version": "2.2.1", + "version": "2.2.2", "packageManager": "pnpm@9.8.0", "description": "The validator.js library makes data validation in JavaScript very easy in both the browser and Node.js.", "author": {