Skip to content

Commit

Permalink
Update version + dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 16, 2022
1 parent d814638 commit eb438a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@release-it/conventional-changelog",
"version": "3.1.0",
"version": "4.1.0",
"description": "Conventional changelog plugin for release-it",
"type": "module",
"exports": "./index.js",
Expand Down Expand Up @@ -34,17 +34,17 @@
"concat-stream": "^2.0.0",
"conventional-changelog": "^3.1.24",
"conventional-recommended-bump": "^6.1.0",
"prepend-file": "^2.0.0"
"prepend-file": "^2.0.1"
},
"devDependencies": {
"bron": "^2.0.2",
"release-it": "^15.0.0-esm.3",
"shelljs": "^0.8.4",
"sinon": "^11.1.2",
"release-it": "^15.0.0-esm.4",
"shelljs": "^0.8.5",
"sinon": "^12.0.1",
"tmp": "^0.2.1"
},
"peerDependencies": {
"release-it": "^15.0.0-esm.3"
"release-it": "^15.0.0-esm.4"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down

0 comments on commit eb438a9

Please sign in to comment.