Skip to content

Commit b9943d4

Browse files
authored
Merge pull request #147 from imbrn/prepare/v1.3.0
Prepare for version v1.3.0
2 parents 8e93814 + 2f1fd1e commit b9943d4

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.3.0] - 2019-05-19
11+
1012
### Added
1113

1214
- Rule `instanceOf()` to check inheritance of prototypes.
@@ -85,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8587

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

88-
[unreleased]: https://github.com/imbrn/v8n/compare/v1.2.3...HEAD
90+
[unreleased]: https://github.com/imbrn/v8n/compare/v1.3.0...HEAD
91+
[1.3.0]: https://github.com/imbrn/v8n/compare/v1.2.3...v1.3.0
8992
[1.2.3]: https://github.com/imbrn/v8n/compare/v1.2.2...v1.2.3
9093
[1.2.2]: https://github.com/imbrn/v8n/compare/v1.2.1...v1.2.2
9194
[1.2.1]: https://github.com/imbrn/v8n/compare/v1.2.0...v1.2.1

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