diff --git a/CHANGELOG.md b/CHANGELOG.md index dffb4b0..71f6279 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/z0mt3c/node-restify-validation/compare/v1.3.1...v1.4.0) (2023-04-14) + + +### Features + +* add isValidationEnabled option ([a401956](https://github.com/z0mt3c/node-restify-validation/commit/a401956ec06d8fbe2456dd6b8bc7ce910489b4af)) + ### 1.3.1 (2023-03-31) diff --git a/package-lock.json b/package-lock.json index 2700b19..0e9f9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taxfix/node-restify-validation", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8190a08..33904f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taxfix/node-restify-validation", - "version": "1.3.1", + "version": "1.4.0", "author": { "name": "Timo Behrmann" },