diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e8724b..aab2e8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.2](https://github.com/chantouchsek/validatorjs/compare/v2.1.1...v2.1.2) (2024-05-16) + + +### Bug Fixes + +* :art: fix styling by (eslint) ([6d9fe79](https://github.com/chantouchsek/validatorjs/commit/6d9fe7902df26ca65498cd26a52d968649c3af81)) +* **deps:** bump pnpm/action-setup from 3 to 4 ([c6b708e](https://github.com/chantouchsek/validatorjs/commit/c6b708e8c29da4bd95f5025c7061895c2e1590fd)) + ### [2.1.1](https://github.com/chantouchsek/validatorjs/compare/v2.1.0...v2.1.1) (2024-04-01) diff --git a/package.json b/package.json index a8230493..e653d42c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chantouchsek/validatorjs", "type": "module", - "version": "2.1.1", + "version": "2.1.2", "packageManager": "pnpm@9.1.1", "description": "The validator.js library makes data validation in JavaScript very easy in both the browser and Node.js.", "author": {