Skip to content

Commit

Permalink
Merge branch 'master' into staged-files-check
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigograca31 committed May 26, 2020
2 parents 78dec95 + 7de648a commit b047e8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [4.6.0](https://github.com/streamich/git-cz/compare/v4.5.0...v4.6.0) (2020-05-25)


### Bug Fixes

* 🐛 test when in --dry-run mode ([1697c56](https://github.com/streamich/git-cz/commit/1697c561e8edc613d6087ab2ec84ab7617c0c1e5))


### Features

* 🎸 check for staged files ([c283ad3](https://github.com/streamich/git-cz/commit/c283ad3fac13eaf00a899b49da474c7608a61708))

# [4.5.0](https://github.com/streamich/git-cz/compare/v4.4.1...v4.5.0) (2020-05-16)


Expand Down
2 changes: 1 addition & 1 deletion lib/cli.js
@@ -1,4 +1,4 @@
const {spawn, execSync} = require('child_process');
const {spawn} = require('child_process');
const fs = require('fs');
const {join} = require('path');
const shellescape = require('any-shell-escape');
Expand Down

0 comments on commit b047e8c

Please sign in to comment.