Skip to content

Instantly share code, notes, and snippets.

@rpivo
Created March 29, 2021 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpivo/35d42b5111b22721e0790f4f6b877a76 to your computer and use it in GitHub Desktop.
Save rpivo/35d42b5111b22721e0790f4f6b877a76 to your computer and use it in GitHub Desktop.
Bumping the Version of a Package with the NPM Version Command

Bumping the Version of a Package with the NPM Version Command

Bump major version

npm version major

Bump minor version

npm version minor

Bump patch version

npm version patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment