Skip to content

Commit

Permalink
version 3.0.0 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Dec 8, 2020
1 parent 6af032b commit 9ed22e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.0] - 2020-12-09

### Others

* support TypeScript 4.1
Expand Down Expand Up @@ -542,7 +544,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.15...HEAD
[Unreleased]: https://github.com/shimataro/value-schema/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.15...v3.0.0
[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
Expand Down
14 changes: 7 additions & 7 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "value-schema",
"description": "simple, easy-to-use, and declarative schema validator",
"version": "3.0.0-rc.15",
"version": "3.0.0",
"author": "shimataro",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
"@types/jest": "26.0.14",
"@types/node": "14.14.10",
"@types/node": "14.14.11",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"babel-plugin-add-module-exports": "1.0.4",
Expand Down

0 comments on commit 9ed22e0

Please sign in to comment.