Skip to content

Commit f0531bc

Browse files
committed
Build: ensuring we push package.json with semantic-release commit
1 parent 1a5c275 commit f0531bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-html-element",
3-
"version": "1.1.0",
3+
"version": "2.2.0",
44
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

release.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ module.exports = {
1414
{
1515
message:
1616
'Docs: ${nextRelease.version} [skip ci]\n\n${nextRelease.note}',
17+
assets: [
18+
'CHANGELOG.md',
19+
'package.json',
20+
'package-lock.json',
21+
'npm-shrinkwrap.json',
22+
],
1723
},
1824
],
1925
'@semantic-release/npm',

0 commit comments

Comments
 (0)