diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dffb4b0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +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.3.1 (2023-03-31) + + +### Features + +* Updated lodash ([9697fb5](https://github.com/z0mt3c/node-restify-validation/commit/9697fb5546ff9972398a71149a49460b76f84ab0)) + + +### Bug Fixes + +* allow for restify 6 or restify 7 specs ([f63f6c5](https://github.com/z0mt3c/node-restify-validation/commit/f63f6c51a5a6430ae318adb113af4056b420d614)) +* Crash on empty validation ([deb20bb](https://github.com/z0mt3c/node-restify-validation/commit/deb20bb7bdd2b13e78dac420e19831f51381e696)) +* Typo error ([584eb4e](https://github.com/z0mt3c/node-restify-validation/commit/584eb4e2c453468a667ff293d6c4df4c69075bf7)) diff --git a/package-lock.json b/package-lock.json index 87ea839..2700b19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taxfix/node-restify-validation", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b4a88bf..8190a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taxfix/node-restify-validation", - "version": "1.3.0", + "version": "1.3.1", "author": { "name": "Timo Behrmann" },