Skip to content

Commit b7642ce

Browse files
authored
Merge pull request #163 from imbrn/v1.3.3
Version 1.3.3
2 parents e79c9d4 + ef94547 commit b7642ce

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.3.3] - 2019-09-15
11+
12+
### Fixed
13+
14+
- Bug with nested async rules ([#161](https://github.com/imbrn/v8n/issues/161))
15+
1016
## [1.3.2] - 2019-05-20
1117

1218
### Fixed
@@ -99,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99105

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

102-
[unreleased]: https://github.com/imbrn/v8n/compare/v1.3.2...HEAD
108+
[unreleased]: https://github.com/imbrn/v8n/compare/v1.3.3...HEAD
109+
[1.3.3]: https://github.com/imbrn/v8n/compare/v1.3.2...v1.3.3
103110
[1.3.2]: https://github.com/imbrn/v8n/compare/v1.3.1...v1.3.2
104111
[1.3.1]: https://github.com/imbrn/v8n/compare/v1.3.0...v1.3.1
105112
[1.3.0]: https://github.com/imbrn/v8n/compare/v1.2.3...v1.3.0

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.3.2",
3+
"version": "1.3.3",
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)