Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #233 from imbrn/release/1.5.1
Prepare for release 1.5.1
  • Loading branch information
imbrn committed Jul 1, 2022
2 parents 241d302 + 9b5b61a commit 60afb53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 60afb53

Please sign in to comment.