version-bump-prompt
Advanced tools
Comparing version 6.0.6 to 6.1.0
@@ -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 @@ ---------------------------------------------------------------------------------------------------- |
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18098
268
+ Added@jsdevtools/version-bump-prompt@6.1.0(transitive)
- Removed@jsdevtools/version-bump-prompt@6.0.6(transitive)