pnpm install froala-editor@x.y.z --save
- Updates the editor dependency and lock-file to the specific versionpnpm version x.y.z
- Updates the version inpackage.json
and tags in gitgit push origin master --follow-tags
- Pushes any changes and the new version tag up to Github- Update the new tag on the Github Releases page
- TBD - Update Docs
pnpm publish
- Release the new version to the world!