diff --git a/CHANGELOG.md b/CHANGELOG.md index 820fb304..c3e820a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.4.0](https://github.com/chantouchsek/validatorjs/compare/v1.3.0...v1.4.0) (2023-09-21) + + +### Features + +* :sparkles: added new defaultAttributeName to option ([c4e4013](https://github.com/chantouchsek/validatorjs/commit/c4e40137651c750e6ed6e9750b08d617d5838e64)) + ## [1.3.0](https://github.com/chantouchsek/validatorjs/compare/v1.2.3...v1.3.0) (2023-09-20) diff --git a/package.json b/package.json index 4528718d..93955791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chantouchsek/validatorjs", - "version": "1.3.0", + "version": "1.4.0", "description": "The validatorjs library makes data validation in JavaScript very easy in both the browser and Node.js.", "author": { "name": "Chantouch Sek",