Releases are manual and private for now. The package is marked as private since Amazon doesn't want to publish this package to NPM until official release.
To create a manual relase:
- Update the version number of the package by running
npm version --patchor manually inpackage.json npm run build- Run
npm publish --dry-runto make sure everything is cool - and then
npm publish