Skip to content

Commit

Permalink
fix: resolve issues with package.json not being updated during releases
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick committed Dec 6, 2023
1 parent 3586a2f commit cc4f1d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"gradle.properties",
"charts/fullstack-deployment/Chart.yaml",
"charts/fullstack-cluster-setup/Chart.yaml",
"charts/fullstack-network-manager/package.json"
"fullstack-network-manager/package.json",
"fullstack-network-manager/package-lock.json"
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions fullstack-network-manager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fullstack-network-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/fullstack-network-manager",
"version": "0.13.0",
"version": "0.14.0",
"description": "Fullstack-Network-Manager is a CLI tool to manage and deploy a Hedera Network using Helm chart for local testing.",
"main": "src/index.mjs",
"type": "module",
Expand Down

0 comments on commit cc4f1d6

Please sign in to comment.