Update package.json with the following changes:
"devDependencies": {
"@j-ulrich/release-it-regex-bumper": "^4.1.1",
}
"release-it": {
"plugins": {
"@j-ulrich/release-it-regex-bumper": {
"out": {
"file": "src/litegraph.js",
"search": " VERSION: \"(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?\",",
"replace": " VERSION: \"{{version}}\","
}
}
}
}
Will break type (version int to string). Make backwards compatible change
Update package.json with the following changes:
Will break type (version int to string). Make backwards compatible change