Skip to content

Commit a416017

Browse files
Fix a problem with package.json version after release (#203)
1 parent 5a2e1a5 commit a416017

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.release-it.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": {
3+
"@release-it/bumper": {
4+
"out": ["package.json", "../package.json"]
5+
}
6+
}
7+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@babel/cli": "^7.8.4",
3030
"@babel/core": "^7.9.0",
3131
"@babel/preset-env": "^7.9.0",
32+
"@release-it/bumper": "^2.0.0",
3233
"@rollup/plugin-node-resolve": "^7.1.1",
3334
"@types/jest": "^25.2.3",
3435
"@types/mock-fs": "^4.10.0",

0 commit comments

Comments
 (0)