Skip to content

Commit

Permalink
Reset version number, use minor release by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BazzaDEV committed Nov 1, 2024
1 parent a85b540 commit 9bb21f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avelin",
"version": "0.1.1",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo build",
Expand All @@ -10,7 +10,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:push": "turbo run db:push",
"ui:add": "turbo run ui:add",
"release": "release-it"
"release": "release-it minor"
},
"devDependencies": {
"prettier": "catalog:",
Expand Down

0 comments on commit 9bb21f4

Please sign in to comment.