package.json and package-lock.json versiongit changelog or similar. Add # as well as a link to the github user who fixed it if applicable.
npm run release, or npm run release-legacy for 4.xgit merge changes into master.For 5.x
make docs (when this process completes you'll be on the gh-pages branch)git commit -a -m 'chore: website 5.x.x'git push origin gh-pagesFor 4.x
make docs_legacy (when this process completes you'll be on the gh-pages branch)git commit -a -m 'chore: website 4.x.x'git push origin gh-pages