Skip to content

Commit

Permalink
Version v1.3.2 (#155)
Browse files Browse the repository at this point in the history
Version v1.3.2
  • Loading branch information
imbrn authored May 20, 2019
2 parents 9c9ea17 + 0bbaa47 commit a1861c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.3.2] - 2019-05-20

### Fixed

- Bug with `optional` rule that ignores the `string` rule when validating

## [1.3.1] - 2019-05-20

### Fixed
Expand Down Expand Up @@ -93,7 +99,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.3.1...HEAD
[unreleased]: https://github.com/imbrn/v8n/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/imbrn/v8n/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/imbrn/v8n/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/imbrn/v8n/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/imbrn/v8n/compare/v1.2.2...v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v8n",
"version": "1.3.1",
"version": "1.3.2",
"description": "Dead simple fluent JavaScript validation library",
"main": "./dist/v8n.cjs.js",
"module": "./dist/v8n.esm.js",
Expand Down

0 comments on commit a1861c3

Please sign in to comment.