Skip to content

Commit

Permalink
v0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Abroskin committed May 19, 2020
1 parent 95d3ee0 commit 1298853
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 3 deletions.
Binary file modified .npm/bin/lefthook-linux
Binary file not shown.
Binary file modified .npm/bin/lefthook-mac
Binary file not shown.
Binary file modified .npm/bin/lefthook-win.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion .npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkweid/lefthook",
"version": "0.7.1",
"version": "0.7.2",
"description": "Simple git hooks manager",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion .rubygems/lefthook.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lefthook"
spec.version = "0.7.1"
spec.version = "0.7.2"
spec.authors = ["A.A.Abroskin"]
spec.email = ["arkweid@evilmartians.com"]

Expand Down
Binary file modified .rubygems/libexec/lefthook-linux
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook-mac
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook-win.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## master (unreleased)

# 0.7.2 (2020-02-02)

- [PR](https://github.com/Arkweid/lefthook/pull/126) Feature multiple extends. Thanks @Evilweed

- [PR](https://github.com/Arkweid/lefthook/pull/124) Fix `npx` when only `yarn` exists. Thanks @dotterian

- [PR](https://github.com/Arkweid/lefthook/pull/116) Fix use '-h' for robust lefthook. Thanks @fahrinh

# 0.7.1 (2020-02-02)

- [PR](https://github.com/Arkweid/lefthook/pull/108) Fix `sh` dependency on windows when executing `git`. Thanks @lionskape
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version string = "0.7.1"
version string = "0.7.2"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 1298853

Please sign in to comment.