- Update x.y version number in cheerp.mjs
showHelp
- Update package versions:
npm version <version> --workspaces -f
- Update
optionalDependencies
of cheerp package.json to match the new version - Publish:
npm publish --access=public --workspaces
showHelp
npm version <version> --workspaces -f
optionalDependencies
of cheerp package.json to match the new versionnpm publish --access=public --workspaces