Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4dd5de0

Browse files
dependabot[bot]felipecrs
andauthoredJan 16, 2022
build(deps): set minimum semantic-release as 18 (#210)
BREAKING CHANGE: This requires that you upgrade your semantic-release to at least version 18 before using together with this package. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
1 parent b873bea commit 4dd5de0

File tree

2 files changed

+715
-947
lines changed

2 files changed

+715
-947
lines changed
 

‎package-lock.json

+713-945
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"vsce": "^1.96.1"
6060
},
6161
"peerDependencies": {
62-
"semantic-release": ">=16.0.0"
62+
"semantic-release": ">=18"
6363
},
6464
"devDependencies": {
6565
"@commitlint/cli": "^16.0.2",
@@ -74,7 +74,7 @@
7474
"husky": "^7.0.4",
7575
"nyc": "^15.1.0",
7676
"proxyquire": "^2.1.3",
77-
"semantic-release": "^17.0.3",
77+
"semantic-release": "^18.0.1",
7878
"sinon": "^12.0.1"
7979
}
8080
}

0 commit comments

Comments
 (0)
Please sign in to comment.