Skip to content

Commit 7a3bc17

Browse files
authored
Merge pull request #100 from imbrn/release/1.2.0
Prepare version 1.2.0
2 parents 076cf3a + acd4afa commit 7a3bc17

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.2.0] - 2018-07-31
11+
1012
### Added
1113

1214
- Rule `passesAnyOf()` to perform branching validation.
@@ -51,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5153

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

54-
[unreleased]: https://github.com/imbrn/v8n/compare/v1.1.2...HEAD
56+
[unreleased]: https://github.com/imbrn/v8n/compare/v1.2.0...HEAD
57+
[1.2.0]: https://github.com/imbrn/v8n/compare/v1.1.2...v1.2.0
5558
[1.1.2]: https://github.com/imbrn/v8n/compare/v1.1.1...v1.1.2
5659
[1.1.0]: https://github.com/imbrn/v8n/compare/v0.0.1...v1.1.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.1.2",
3+
"version": "1.2.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)