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

Commit

Permalink
fix: update version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Apr 11, 2020
1 parent 8abbab7 commit e3c8e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"npmPublish": false
}],
["@semantic-release/git", {
"assets": ["CHANGELOG.md"],
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
Expand Down

0 comments on commit e3c8e65

Please sign in to comment.