Publish to npm ./publish.sh <TYPE> Where <TYPE> can be patch, minor, or major. This will create a new changeset and publish the new version to npm. Publish as patch ./publish.sh --patch Publish as minor ./publish.sh --minor Publish as major ./publish.sh --major