Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NPM Package Version BumperNew to Visual Studio Code? Get it now.
NPM Package Version Bumper

NPM Package Version Bumper

Jeffrey Lanters

|
9,569 installs
| (4) | Free
Bump NPM Package versions with ease right from your menu bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NPM Package Version Bumper

license VSM build deployment stars downloads size sponsors donate

A simple Visual Studio Code plugin allowing to bump Node package versions with ease from the menu bar updating your package configuration and creating a Git tag.

Documentation · Marketplace · Buy me a Coffee · Discussion Board

Made with ♥ by Jeffrey Lanters

Installation

Install the NPM Package Version Bumper Extension for Visual Studio Code by running the following command, or follow one of the instructions below.

$ code --install-extension jeffreylanters.npm-package-version-bumper
  • Search for NPM Package Version Bumper in the Extensions tab
  • Download or Install directly from the Visual Studio Marketplace
  • Download the VSIX file from the Releases to install manually

Documentation

Use this package to bump the version and write the new data back to package.json, package-lock.json, and, if present, npm-shrinkwrap.json. Click the Bump button in the bottom left corner on your Status bar and select one of the bump-types.

The newversion argument will be a valid semver string, a valid second argument to semver.inc (one of patch, minor, major, prepatch, preminor, premajor or prerelease). In the second case, the existing version will be incremented by 1 in the specified field.

preview

Contribution and Development

When contributing to this repository, please first discuss the change you wish to make via the discussion board with me before making a change. Before commiting, please compile your code using npm run compile and open a pull request.

If you want to modify this package and iteratively test it in inside your application, start the "Run Extension" launch configuration from the Debug Tab. This will open a new Extension Development host Window which allows you to test the extension and its functionality.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft