diff --git a/CHANGELOG.md b/CHANGELOG.md index c46665d2..11db73b6 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] +## [3.0.0-rc.15] - 2020-11-08 + ### Others * support TypeScript 4.0 @@ -535,7 +537,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * First release. -[Unreleased]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.14...HEAD +[Unreleased]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.15...HEAD +[3.0.0-rc.15]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.14...v3.0.0-rc.15 [3.0.0-rc.14]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.13...v3.0.0-rc.14 [3.0.0-rc.13]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.12...v3.0.0-rc.13 [3.0.0-rc.12]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.11...v3.0.0-rc.12 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 02608a21..8008113e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "value-schema", - "version": "3.0.0-rc.14", + "version": "3.0.0-rc.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14e2bd5b..46ab2376 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "value-schema", "description": "simple, easy-to-use, and declarative schema validator", - "version": "3.0.0-rc.14", + "version": "3.0.0-rc.15", "author": "shimataro", "license": "MIT", "repository": {