Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

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 cc06ba8 commit 254f89c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@semantic-release/apm": "^1.0.0",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.0",
"@semantic-release/github": "^5.2.1",
"@semantic-release/apm": "^2.0.0",
"@semantic-release/changelog": "^4.0.0",
"@semantic-release/commit-analyzer": "^7.0.0",
"@semantic-release/git": "^8.0.0",
"@semantic-release/github": "^6.0.0",
"@semantic-release/release-notes-generator": "^7.1.4"
},
"devDependencies": {
"semantic-release": "^15.0.0",
"semantic-release": "^16.0.0",
"xo": "^0.25.0"
},
"engines": {
Expand All @@ -42,7 +42,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"semantic-release": ">=15.10.0 <16.0.0"
"semantic-release": ">=16.0.0 <17.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 254f89c

Please sign in to comment.