Skip to content

Commit

Permalink
chore: release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
narol1024 committed Jun 3, 2024
1 parent 382110a commit 1417dc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
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.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdp-analyzer",
"version": "0.4.1",
"version": "0.4.3",
"license": "MIT",
"homepage": "https://github.com/narol1024/sdp-analyzer#readme",
"author": "narol <[email protected]> (https://github.com/narol1024)",
Expand Down Expand Up @@ -70,8 +70,11 @@
"registry": "https://registry.npmjs.org/"
},
"release-it": {
"hooks":{
"after:bump": ["npm run build:version", "npm run build"]
"hooks": {
"after:bump": [
"npm run build:version",
"npm run build"
]
},
"git": {
"commitMessage": "chore: release ${version}",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.4.0';
export const VERSION = '0.4.3';

0 comments on commit 1417dc4

Please sign in to comment.