This library will be published as a npm package on npmjs.com. It should be available here.
Bump the version in package.json file:
npm version [patch|minor|major|<version_no>]Run lint and tests:
npm run lint && npm testTo release it automatically, create a release in GH, name it something like "v0.0.8". This will trigger the "publish" GH workflow. The latest commit should on the master branch..
You may also release it manually to npmjs.com:
npm publish --access publicnpm unpublish cucumber-json-merge@x.y.z