- Verify changelog.md
- Make sure package.json version is correctly updated
- Make sure SDK version is updated in examples
- Update SDK version in example generator to the one that is being published
- Make sure CI build passes
- Run nvm use 18; rm -rf node_modules package-lock.json; npm i && npm run build && npm publish
- Verify examples are in working condition
- Create git tag and push it to master