Skip to content

Commit 1c24f23

Browse files
authored
Merge pull request #104 from mntnr/patch-0
fix: security fix + added npm stage to semantic-release
2 parents e53c297 + ce67595 commit 1c24f23

File tree

3 files changed

+41
-16
lines changed

3 files changed

+41
-16
lines changed

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
["@semantic-release/git", {
77
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
88
}],
9+
"@semantic-release/npm"
910
]
1011
}

package-lock.json

Lines changed: 38 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "name-your-contributors",
3-
"version": "0.0.0-development",
3+
"version": "3.8.2",
44
"description": "Name your GitHub contributors; get commits, issues, and comments",
55
"license": "MIT",
66
"repository": "mntnr/name-your-contributors",
@@ -49,7 +49,7 @@
4949
"ava": "^1.0.1",
5050
"cz-conventional-changelog": "^2.1.0",
5151
"git-cz": "^2.0.0",
52-
"semantic-release": "^15.13.9",
52+
"semantic-release": "^15.13.12",
5353
"standard": "^12.0.1"
5454
},
5555
"engines": {

0 commit comments

Comments
 (0)