Skip to content

Commit

Permalink
chore: fix package json version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Oct 25, 2023
1 parent a96e876 commit 6f9ec7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
const fileReplacements = [
{
files: ['package.json'],
from: '"version": ".*"',
to: '"version": "${nextRelease.version}"',
results: [
{
file: 'package.json',
hasChanged: true,
numMatches: 1,
numReplacements: 1,
},
],
countMatches: true,
},
{
files: ['Cargo.toml'],
from: '^\\[workspace\\.package\\]\nversion = ".*"$',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shulkermc/monorepo",
"version": "0.1.0",
"version": "0.2.0",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
Expand Down

0 comments on commit 6f9ec7b

Please sign in to comment.