From 9b5b61a47d28eb861e1aae5db6d477eaa096549f Mon Sep 17 00:00:00 2001 From: imbrn Date: Thu, 30 Jun 2022 23:16:09 -0300 Subject: [PATCH] Prepare for release 1.5.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5fb57..32312a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.5.1] - 2022-06-30 + ### Fixed - Inefficient regular expression complexity of lowercase() and uppercase() rules @@ -133,7 +135,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Build process now properly transpiles modules from ES6 to ES5. ([#44](https://github.com/imbrn/v8n/issues/44)) -[unreleased]: https://github.com/imbrn/v8n/compare/v1.5.0...HEAD +[unreleased]: https://github.com/imbrn/v8n/compare/v1.5.1...HEAD +[1.5.1]: https://github.com/imbrn/v8n/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/imbrn/v8n/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/imbrn/v8n/compare/v1.3.3...v1.4.0 [1.3.3]: https://github.com/imbrn/v8n/compare/v1.3.2...v1.3.3 diff --git a/package.json b/package.json index c4b882c..d533ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v8n", - "version": "1.5.0", + "version": "1.5.1", "description": "Dead simple fluent JavaScript validation library", "main": "dist/v8n.cjs.js", "module": "dist/v8n.esm.js",