chore(release): 1.0.4

This commit is contained in:
semantic-release-bot 2020-12-19 23:06:22 +00:00
parent 8a8a62792a
commit 6f70be4aed

View file

@ -25,9 +25,12 @@
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/git", {
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}]
}
]
],
"publish": [
{