Skip to content

Commit

Permalink
feat: update semantic-release to version 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 9, 2020
1 parent 6b9b1d9 commit 66b670c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/gitlab": "^4.0.0",
"@semantic-release/npm": "^5.1.1",
"@semantic-release/commit-analyzer": "^7.0.0",
"@semantic-release/gitlab": "^5.0.0",
"@semantic-release/npm": "^6.0.0",
"@semantic-release/release-notes-generator": "^7.1.4"
},
"devDependencies": {
"semantic-release": "^15.10.0",
"semantic-release": "^16.0.0",
"xo": "^0.25.0"
},
"engines": {
"node": ">=8.16"
"node": ">=10.13"
},
"files": [
"index.js"
Expand All @@ -38,7 +38,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"semantic-release": ">=15.10.0 <16.0.0"
"semantic-release": ">=15.10.0 <17.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 66b670c

Please sign in to comment.