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 5.0.4 to 5.0.5

2

CHANGELOG.md

@@ -9,3 +9,3 @@ # Change Log

- Completely rewritten CLI with new argument syntax. See [the docs](https://jsdevtools.org/ez-spawn/) for details.
- Completely rewritten CLI with new argument syntax. See [the docs](https://jstools.dev/ez-spawn/) for details.

@@ -12,0 +12,0 @@ - Arguments like `--major` and `--minor` have been replaced with a positional argument. So `bump --major` becomes `bump major`.

{
"name": "version-bump-prompt",
"version": "5.0.4",
"version": "5.0.5",
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git",

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

"license": "MIT",
"homepage": "https://jsdevtools.org/version-bump-prompt",
"homepage": "https://jstools.dev/version-bump-prompt",
"repository": {

@@ -51,17 +51,17 @@ "type": "git",

"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai": "^4.2.0",
"@types/command-line-args": "^5.0.0",
"@types/globby": "^9.1.0",
"@types/inquirer": "^6.0.3",
"@types/inquirer": "^6.5.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.12",
"@types/node": "^12.7.2",
"@types/semver": "^6.0.1",
"chai": "^4.2.0",
"chai-exec": "^1.1.1",
"coveralls": "^3.0.4",
"del": "^5.0.0",
"eslint": "^6.0.1",
"coveralls": "^3.0.6",
"del": "^5.1.0",
"eslint": "^6.2.2",
"eslint-config-modular": "^7.0.0",
"mkdirp": "^0.5.1",
"mocha": "^6.1.4",
"mocha": "^6.2.0",
"npm-check": "^5.9.0",

@@ -71,6 +71,6 @@ "nyc": "^14.1.1",

"strip-ansi": "^5.2.0",
"tslint": "^5.18.0",
"tslint-modular": "^1.4.1",
"typescript": "^3.5.2",
"typescript-tslint-plugin": "^0.5.3"
"tslint": "^5.19.0",
"tslint-modular": "^1.5.0",
"typescript": "^3.5.3",
"typescript-tslint-plugin": "^0.5.4"
},

@@ -82,6 +82,6 @@ "dependencies": {

"ez-spawn": "^2.1.3",
"globby": "^10.0.0",
"inquirer": "^6.4.1",
"globby": "^10.0.1",
"inquirer": "^7.0.0",
"log-symbols": "^3.0.0",
"semver": "^6.2.0"
"semver": "^6.3.0"
},

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

# Version-Bump-Prompt
[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt)
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt)
[![Build Status](https://api.travis-ci.com/JS-DevTools/version-bump-prompt.svg?branch=master)](https://travis-ci.com/JS-DevTools/version-bump-prompt)

@@ -12,3 +12,3 @@

![Screenshot](https://jsdevtools.org/version-bump-prompt/img/screenshot.gif)
![Screenshot](https://jstools.dev/version-bump-prompt/img/screenshot.gif)

@@ -258,4 +258,4 @@ ### Automate your release process with a single command that can:

[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
[![Coveralls](https://jsdevtools.org/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