Skip to content

Commit

Permalink
chore: bump version to 2.8.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
poohcom1 committed Jun 17, 2024
1 parent 18a81f0 commit 9fb4150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "twitter-art-tags",
"author": "poohcom1",
"description": "",
"version": "2.8.2",
"version": "2.8.3-0",
"private": true,
"engines": {
"node": ">=18.20.3"
Expand All @@ -18,9 +18,9 @@
"test": "jest",
"scss:types": "typed-scss-modules src",
"scss:types:watch": "typed-scss-modules src --watch",
"bump:patch": "npm version patch",
"bump:minor": "npm version minor",
"bump:major": "npm version major",
"bump:patch": "yarn version --prepatch",
"bump:minor": "yarn version --preminor",
"bump:major": "yarn version --premajor",
"postversion": "git push && git push --tags"
},
"devDependencies": {
Expand Down

0 comments on commit 9fb4150

Please sign in to comment.