Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dd190 commit aa4bc9dCopy full SHA for aa4bc9d
2 files changed
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+1.14.4
2
+======
3
+
4
+### Fixes
5
+- Don't filter `GIT_SSH_COMMAND` env variable from `git` commands
6
+ - #947 issue by @firba1.
7
+ - #948 PR by @firba1.
8
+- Install npm packages as if they were installed from `git`
9
+ - #943 issue by @ssbarnea.
10
+ - #949 PR by @asottile.
11
+- Don't filter `GIT_EXEC_PREFIX` env variable from `git` commands
12
+ - #664 issue by @revolter.
13
+ - #944 PR by @minrk.
14
15
1.14.3
16
======
17
setup.py
@@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/pre-commit/pre-commit',
- version='1.14.3',
+ version='1.14.4',
author='Anthony Sottile',
18
author_email='[email protected]',
19
classifiers=[
0 commit comments