Skip to content

Commit

Permalink
release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Aug 29, 2020
1 parent c645b66 commit 939e4c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes will be documented in this file.



[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)
----------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsdevtools/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",
"keywords": [
"version",
Expand Down

0 comments on commit 939e4c5

Please sign in to comment.