Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

version-bump-prompt

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

version-bump-prompt - npm Package Compare versions

Comparing version 6.0.6 to 6.1.0

9

CHANGELOG.md

@@ -8,2 +8,11 @@ Change Log

[v6.1.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v6.1.0) (2020-08-29)
----------------------------------------------------------------------------------------------------
- Merged [PR #40](https://github.com/JS-DevTools/version-bump-prompt/pull/40), which adds an `--ignore-scripts` argument. Just like the same argument in NPM, it skips running the `preversion`, `version`, and `postversion` scripts in your package.json
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v6.0.6...v6.1.0)
[v6.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v6.0.0) (2020-01-28)

@@ -10,0 +19,0 @@ ----------------------------------------------------------------------------------------------------

4

package.json
{
"name": "version-bump-prompt",
"version": "6.0.6",
"version": "6.1.0",
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git",

@@ -38,3 +38,3 @@ "keywords": [

"dependencies": {
"@jsdevtools/version-bump-prompt": "6.0.6"
"@jsdevtools/version-bump-prompt": "6.1.0"
},

@@ -41,0 +41,0 @@ "engines": {

@@ -94,2 +94,4 @@ # Version Bump Prompt

--ignore-scripts Bypass version scripts
files...

@@ -262,4 +264,6 @@ One or more files and/or globs to bump (ex: README.md *.txt docs/**/*).

[![GitHub](https://jstools.dev/img/badges/github.svg)](https://github.com/open-source)
[![NPM](https://jstools.dev/img/badges/npm.svg)](https://www.npmjs.com/)
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc