Pull requests are welcome.
Current pipeline uses semantic-releases to bump versions. For it to work properly ensure commit messages follow conventions if using semantic-release:
fix: ...will bump the patch version,feat: ...will bump the minor version,BREAKING CHANGE: ...will bump the major version.