File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import conventionalRecommendedBump from 'conventional-recommended-bump';
5
5
import conventionalChangelog from 'conventional-changelog' ;
6
6
import semver from 'semver' ;
7
7
import concat from 'concat-stream' ;
8
- import gitSemverTags from 'git-semver-tags' ;
8
+ import { getSemverTags } from 'git-semver-tags' ;
9
9
10
10
class ConventionalChangelog extends Plugin {
11
11
static disablePlugin ( options ) {
@@ -51,7 +51,7 @@ class ConventionalChangelog extends Plugin {
51
51
return semver . inc ( latestVersion , `pre${ releaseType } ` , preReleaseId ) ;
52
52
}
53
53
54
- const tags = await gitSemverTags ( {
54
+ const tags = await getSemverTags ( {
55
55
lernaTags : ! ! options . lernaPackage ,
56
56
package : options . lernaPackage ,
57
57
tagPrefix : options . tagPrefix ,
Original file line number Diff line number Diff line change 37
37
"concat-stream" : " ^2.0.0" ,
38
38
"conventional-changelog" : " ^5.1.0" ,
39
39
"conventional-recommended-bump" : " ^9.0.0" ,
40
- "git-semver-tags" : " ^7 .0.1 " ,
40
+ "git-semver-tags" : " ^8 .0.0 " ,
41
41
"semver" : " ^7.6.3"
42
42
},
43
43
"devDependencies" : {
44
44
"bron" : " ^2.0.3" ,
45
45
"installed-check" : " ^9.3.0" ,
46
46
"release-it" : " ^17.6.0" ,
47
47
"shelljs" : " ^0.8.5" ,
48
- "sinon" : " ^18.0.0 " ,
48
+ "sinon" : " ^18.0.1 " ,
49
49
"tmp" : " ^0.2.3"
50
50
},
51
51
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments