You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run npm install, which updates the package-lock.json with the updated version number.
Update the CHANGELOG.md file. Add a heading for the new version and the release date below the "unreleased" heading. Move any items in the "unreleased" section into the section for the new version, along with any other items that will be in the release.
For example, if the CHANGELOG looks like
## Unreleased- My awesome new feature
## v6.6.6 (1984-12-21)- A really old feature
You would update it as follows for v6.7.0
## Unreleased## v6.7.0 (2020-12-04)- My awesome new feature
## v6.6.6 (1984-12-21)- A really old feature
Create a commit (with the updated version number and changelog entry) directly on the main branch, with the version number as the commit message. This should be preceded by v. For example, for version 6.6.6, the commit message should be v6.6.6