Skip to content

Commit dc70f81

Browse files
authored
Merge pull request #230 from imbrn/release/1.5.0
Prepare for release 1.5.0
2 parents 86a87eb + 205cbfe commit dc70f81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.0] - 2022-06-27
11+
1012
### Added
1113

1214
- Support async validation within the `optional` rule ([#206](https://github.com/imbrn/v8n/issues/206))
@@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
127129

128130
- Build process now properly transpiles modules from ES6 to ES5. ([#44](https://github.com/imbrn/v8n/issues/44))
129131

130-
[unreleased]: https://github.com/imbrn/v8n/compare/v1.4.0...HEAD
132+
[unreleased]: https://github.com/imbrn/v8n/compare/v1.5.0...HEAD
133+
[1.5.0]: https://github.com/imbrn/v8n/compare/v1.4.0...v1.5.0
131134
[1.4.0]: https://github.com/imbrn/v8n/compare/v1.3.3...v1.4.0
132135
[1.3.3]: https://github.com/imbrn/v8n/compare/v1.3.2...v1.3.3
133136
[1.3.2]: https://github.com/imbrn/v8n/compare/v1.3.1...v1.3.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v8n",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Dead simple fluent JavaScript validation library",
55
"main": "dist/v8n.cjs.js",
66
"module": "dist/v8n.esm.js",

0 commit comments

Comments
 (0)