Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1298853

Browse files
author
Alexander Abroskin
committed
v0.7.2 release
1 parent 95d3ee0 commit 1298853

File tree

10 files changed

+11
-3
lines changed

10 files changed

+11
-3
lines changed

.npm/bin/lefthook-linux

0 Bytes
Binary file not shown.

.npm/bin/lefthook-mac

0 Bytes
Binary file not shown.

.npm/bin/lefthook-win.exe

0 Bytes
Binary file not shown.

.npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkweid/lefthook",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Simple git hooks manager",
55
"main": "index.js",
66
"bin": {

.rubygems/lefthook.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "lefthook"
3-
spec.version = "0.7.1"
3+
spec.version = "0.7.2"
44
spec.authors = ["A.A.Abroskin"]
55
spec.email = ["[email protected]"]
66

.rubygems/libexec/lefthook-linux

0 Bytes
Binary file not shown.

.rubygems/libexec/lefthook-mac

0 Bytes
Binary file not shown.

.rubygems/libexec/lefthook-win.exe

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## master (unreleased)
44

5+
# 0.7.2 (2020-02-02)
6+
7+
- [PR](https://github.com/Arkweid/lefthook/pull/126) Feature multiple extends. Thanks @Evilweed
8+
9+
- [PR](https://github.com/Arkweid/lefthook/pull/124) Fix `npx` when only `yarn` exists. Thanks @dotterian
10+
11+
- [PR](https://github.com/Arkweid/lefthook/pull/116) Fix use '-h' for robust lefthook. Thanks @fahrinh
12+
513
# 0.7.1 (2020-02-02)
614

715
- [PR](https://github.com/Arkweid/lefthook/pull/108) Fix `sh` dependency on windows when executing `git`. Thanks @lionskape

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
version string = "0.7.1"
10+
version string = "0.7.2"
1111
)
1212

1313
// versionCmd represents the version command

0 commit comments

Comments
 (0)