File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 1.5.1] - 2022-06-30
11+
1012### Fixed
1113
1214- 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.
133135
134136- Build process now properly transpiles modules from ES6 to ES5. ([ #44 ] ( https://github.com/imbrn/v8n/issues/44 ) )
135137
136- [ unreleased ] : https://github.com/imbrn/v8n/compare/v1.5.0...HEAD
138+ [ unreleased ] : https://github.com/imbrn/v8n/compare/v1.5.1...HEAD
139+ [ 1.5.1 ] : https://github.com/imbrn/v8n/compare/v1.5.0...v1.5.1
137140[ 1.5.0 ] : https://github.com/imbrn/v8n/compare/v1.4.0...v1.5.0
138141[ 1.4.0 ] : https://github.com/imbrn/v8n/compare/v1.3.3...v1.4.0
139142[ 1.3.3 ] : https://github.com/imbrn/v8n/compare/v1.3.2...v1.3.3
Original file line number Diff line number Diff line change 11{
22 "name" : " v8n" ,
3- "version" : " 1.5.0 " ,
3+ "version" : " 1.5.1 " ,
44 "description" : " Dead simple fluent JavaScript validation library" ,
55 "main" : " dist/v8n.cjs.js" ,
66 "module" : " dist/v8n.esm.js" ,
You can’t perform that action at this time.
0 commit comments