Skip to content

Commit

Permalink
chore(deps): replace dependency standard-version with commit-and-tag-…
Browse files Browse the repository at this point in the history
…version ^9.5.0 (#260)

* chore(deps): replace dependency standard-version with commit-and-tag-version ^9.5.0

* Update package.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Leonardo Matos <leomp120894@gmail.com>
  • Loading branch information
renovate[bot] and leomp12 authored May 13, 2024
1 parent 7b67db0 commit b9bce6e
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 116 deletions.
207 changes: 93 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "NODE_ENV=production webpack",
"serve": "webpack-dev-server",
"doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash",
"release": "rm -rf ./dist; npm ddp && npm run build && standard-version"
"release": "rm -rf ./dist; npm ddp && npm run build && commit-and-tag-version"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"husky": "^8.0.3",
"jsdoc": "^4.0.3",
"standard": "^17.1.0",
"standard-version": "^9.3.2",
"commit-and-tag-version": "^9.5.0",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
Expand Down

0 comments on commit b9bce6e

Please sign in to comment.