Please open issues for any bugs encountered or ideas for improvements for the project.
Bug fixes and improvements are welcomed. Please verify your code changes are formatted with the project's Prettier configuration and the test suite passes. Adding new tests for your code changes is also encouraged.
- Run
yarn release
to publish a new release. (Seerelease
CLI documentation for more information.) - For each change, use the
release
CLI to select the appropriate semver type or ignore. - In the browser window that opens, set the GitHub Release title to the version number of the release, e.g.
2.0.11
. - Publish the GitHub Release.
- In your shell, run
npm publish
to publish the new release to the npm registry.