diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d55a58..88c89c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.3.0] - 2019-05-19 + ### Added - 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. - 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.2.3...HEAD +[unreleased]: https://github.com/imbrn/v8n/compare/v1.3.0...HEAD +[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 [1.2.2]: https://github.com/imbrn/v8n/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/imbrn/v8n/compare/v1.2.0...v1.2.1 diff --git a/package.json b/package.json index 2637734..65c618d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v8n", - "version": "1.2.3", + "version": "1.3.0", "description": "Dead simple fluent JavaScript validation library", "main": "./dist/v8n.cjs.js", "module": "./dist/v8n.esm.js",