Skip to content

Commit aa4bc9d

Browse files
committed
v1.14.4
1 parent 35dd190 commit aa4bc9d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
1.14.3
216
======
317

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/pre-commit/pre-commit',
16-
version='1.14.3',
16+
version='1.14.4',
1717
author='Anthony Sottile',
1818
author_email='asottile@umich.edu',
1919
classifiers=[

0 commit comments

Comments
 (0)