Skip to content

Commit

Permalink
update package.json & bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterion committed Aug 5, 2024
1 parent 171ffed commit 8a95c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ VERSION=$1

git tag $VERSION
git-cliff > CHANGELOG.md
sed -i "s/\"version\": \"[^\"]*\"/\"version\": \"$VERSION\"/g" package.json
git add CHANGELOG.md
git commit -m'bump'
git tag -d $VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vrp",
"private": true,
"version": "1.3.2",
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8a95c27

Please sign in to comment.