diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ca068..9ddc4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.1](https://www.github.com/oslllo/validator-exception/compare/v2.0.0...v2.0.1) (2021-09-05) + + +### Bug Fixes + +* vulnerabilities ([dab5fea](https://www.github.com/oslllo/validator-exception/commit/dab5feab3793fffac70e54e4ded0aaee980fdde4)) + ## [2.0.0](https://www.github.com/oslllo/validator-exception/compare/v1.0.3...v2.0.0) (2021-05-07) diff --git a/package-lock.json b/package-lock.json index 713a9e0..a694956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-validator-exception", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-validator-exception", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "oslllo-validator": "^2.0.1" diff --git a/package.json b/package.json index bb68140..f60ef5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-validator-exception", - "version": "2.0.0", + "version": "2.0.1", "description": "All in one Javascript validator but throws an exception on false", "main": "src/index.js", "scripts": {