From 19688e0f82a894b01121bb46afd3328d89550f1c Mon Sep 17 00:00:00 2001 From: Ghustavh Ehm Date: Sat, 8 Jan 2022 13:02:54 +0200 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 25 +++++++++++++++++-------- package.json | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d367790..a5431ec 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,34 +5,43 @@ 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). +## [3.0.0](https://www.github.com/oslllo/validator/compare/v2.0.2...v3.0.0) (2022-01-08) + +### Breaking Changes + +- Replaced JSDOM with domino ([023ee4c](https://github.com/oslllo/validator/commit/023ee4cc3c6a6aad538e9673876c61508d31a5bc)) +- Dropped support for Node V10 ([f86a2d7](https://github.com/oslllo/validator/commit/f86a2d7d68365a929d037ee64bf4de325a0a92d6)) + +### Miscellaneous Chores + +- update dependencies ([0e63e00](https://www.github.com/oslllo/validator/commit/0e63e007a0e49a6f6c4cdb9331ab9c5fad5fd859)) + ## [2.0.2](https://www.github.com/oslllo/validator/compare/v1.1.1...v2.0.2) (2022-01-03) ### Miscellaneous Chores -* update dependencies ([ce901d8](https://www.github.com/oslllo/validator/commit/ce901d862798b520288e563023a5473a85b58dd7)) +- update dependencies ([ce901d8](https://www.github.com/oslllo/validator/commit/ce901d862798b520288e563023a5473a85b58dd7)) ### [2.0.1](https://www.github.com/oslllo/validator/compare/v2.0.0...v2.0.1) (2021-09-05) - ### Bug Fixes -* vulnerabilities ([237682f](https://www.github.com/oslllo/validator/commit/237682fb4feb8f2d38c2ca96c5b440ca2be5a9d8)) +- vulnerabilities ([237682f](https://www.github.com/oslllo/validator/commit/237682fb4feb8f2d38c2ca96c5b440ca2be5a9d8)) ## [2.0.0](https://www.github.com/oslllo/validator/compare/v1.1.1...v2.0.0) (2021-05-06) ### Breaking Changes -* drop support for pre-packaged dist bundles. +- drop support for pre-packaged dist bundles. ### Bug Fixes -* package breaking when process.env.NODE_ENV env variable is set ([d61d41a](https://www.github.com/oslllo/validator/commit/d61d41a6b93aeb1e9581212ffc58cfbd93a13baf)) -* webpack browser build output location ([9449d8f](https://www.github.com/oslllo/validator/commit/9449d8f5f38bca5aeb5be41da73d87ce620d0de4)) - +- package breaking when process.env.NODE_ENV env variable is set ([d61d41a](https://www.github.com/oslllo/validator/commit/d61d41a6b93aeb1e9581212ffc58cfbd93a13baf)) +- webpack browser build output location ([9449d8f](https://www.github.com/oslllo/validator/commit/9449d8f5f38bca5aeb5be41da73d87ce620d0de4)) ### Miscellaneous Chores -* release 2.0.0 ([d18af10](https://www.github.com/oslllo/validator/commit/d18af1028fdfc0d27fa63f3fd99c1bcd042e1d47)) +- release 2.0.0 ([d18af10](https://www.github.com/oslllo/validator/commit/d18af1028fdfc0d27fa63f3fd99c1bcd042e1d47)) ## [1.1.1] - 2021/4/1 diff --git a/package.json b/package.json index 2f55dd5..85962ba 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-validator", - "version": "2.0.2", + "version": "3.0.0", "description": "All in one Javascript validator", "main": "src/index.js", "scripts": {