diff --git a/common/validators/CHANGELOG.md b/common/validators/CHANGELOG.md index 6d07b61..7012029 100644 --- a/common/validators/CHANGELOG.md +++ b/common/validators/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/MrSquaare/mrsquaare.fr/compare/@common/validators@1.0.0...@common/validators@1.0.1) (2023-08-07) + + +### Bug Fixes + +* quality update ([9aa08c1](https://github.com/MrSquaare/mrsquaare.fr/commit/9aa08c1b7b145d9c869dbd2df879793b15ad4101)) + ## 1.0.0 (2022-08-21) diff --git a/common/validators/package.json b/common/validators/package.json index 9266bfc..2916d91 100644 --- a/common/validators/package.json +++ b/common/validators/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@common/validators", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {