Skip to content

Commit

Permalink
version 4.0.0 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Jul 18, 2023
1 parent 056842c commit 4bc1812
Show file tree
Hide file tree
Showing 4 changed files with 8 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]

## [4.0.0] - 2023-07-18

### Added

* `vs.date()` accepts under milliseconds
Expand Down Expand Up @@ -613,7 +615,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* First release.

[Unreleased]: https://github.com/shimataro/v4.0.0-rc.2...HEAD
[Unreleased]: https://github.com/shimataro/v4.0.0...HEAD
[4.0.0]: https://github.com/shimataro/v4.0.0-rc.2...v4.0.0
[4.0.0-rc.2]: https://github.com/shimataro/v4.0.0-rc.1...v4.0.0-rc.2
[4.0.0-rc.1]: https://github.com/shimataro/value-schema/compare/b8f30c4682e384e0e812a2c333fb447e8ba9f601...v4.0.0-rc.1
[3.1.1]: https://github.com/shimataro/value-schema/compare/v3.1.0...v3.1.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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": "4.0.0-rc.2",
"version": "4.0.0",
"author": "shimataro",
"license": "MIT",
"repository": {
Expand Down
7 changes: 1 addition & 6 deletions scripts/create-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,7 @@ function create_branch() {
function update_package_version() {
local VERSION=$1

for DIR in . examples;
do
pushd ${DIR}
npm version --no-git-tag-version ${VERSION}
popd
done
npm version --no-git-tag-version ${VERSION}
}

function update_changelog() {
Expand Down

0 comments on commit 4bc1812

Please sign in to comment.