Skip to content

Commit

Permalink
Bump version to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiftALot committed Dec 7, 2024
1 parent 19d4988 commit 89e5f69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insta-toc",
"version": "6.2.0",
"version": "6.3.0",
"description": "Simultaneously generate, update, and maintain a table of contents for your notes in real time.",
"repository": {
"directory": ".",
Expand All @@ -15,7 +15,6 @@
"dev": "node esbuild.config.mjs && terser -o dist/dev/main.js dist/dev/main.js",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && terser -o dist/build/main.js dist/build/main.js",
"bump-version": "node version-bump.mjs",

"upload:patch": "npm version patch --no-git-tag-version && npm run bump-version && npm run build && git add . && git commit -m \"Automated update for version $npm_package_version\" && git push origin master",
"upload:minor": "npm version minor --no-git-tag-version && npm run bump-version && npm run build && git add . && git commit -m \"Automated update for version $npm_package_version\" && git push origin master",
"upload:major": "npm version major --no-git-tag-version && npm run bump-version && npm run build && git add . && git commit -m \"Automated update for version $npm_package_version\" && git push origin master"
Expand Down Expand Up @@ -53,4 +52,4 @@
"mergician": "^2.0.2",
"turndown": "^7.2.0"
}
}
}

0 comments on commit 89e5f69

Please sign in to comment.