Skip to content

Commit 58f5e02

Browse files
committed
1.3.10: allow disabling logging for skipped commands and scripts
1 parent 8d971c5 commit 58f5e02

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

internal/version/version.go

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

9-
const version = "1.3.9"
9+
const version = "1.3.10"
1010

1111
var (
1212
// Is set via -X github.com/evilmartians/lefthook/internal/version.commit={commit}.

packaging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Packages version to release
2-
VERSION := 1.3.9
2+
VERSION := 1.3.10
33

44
DIST_DIR := ../dist
55

packaging/npm-bundled/package.json

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

packaging/npm-installer/package.json

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

packaging/npm/lefthook-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-darwin-arm64",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "The macOS ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

packaging/npm/lefthook-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-darwin-x64",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "The macOS 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

packaging/npm/lefthook-freebsd-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-freebsd-arm64",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

packaging/npm/lefthook-freebsd-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-freebsd-x64",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "The FreeBSD 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

packaging/npm/lefthook-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-linux-arm64",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

packaging/npm/lefthook-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-linux-x64",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "The Linux 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

0 commit comments

Comments
 (0)