Skip to content

Commit

Permalink
fix: Added the root package.json file to the
Browse files Browse the repository at this point in the history
.bump-version.js script.

Signed-off-by: Eric Badiere <[email protected]>
  • Loading branch information
ebadiere committed Nov 5, 2024
1 parent abfc46a commit 1d3dfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/.bump-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ replace({
regex: packageRegex,
replacement: `"version": "${newVersion}"`,
paths: [
"package.json",
"packages/config-service/package.json",
"packages/relay/package.json",
"packages/server/package.json",
Expand Down

0 comments on commit 1d3dfaa

Please sign in to comment.