From 79cf0e1e55fb1293a6042601a6dad137b4f9a3ee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Jan 2022 21:29:48 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ### [1.0.1](https://github.com/DanySK/gradle-pre-commit-git-hooks/compare/1.0.0...1.0.1) (2022-01-07) ### Bug Fixes * do not crash the build in case old scripts exist ([8aeecce](https://github.com/DanySK/gradle-pre-commit-git-hooks/commit/8aeeccec795fac6e1071aaaba7a5232e2549f43c)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2652e1..82d60ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.1](https://github.com/DanySK/gradle-pre-commit-git-hooks/compare/1.0.0...1.0.1) (2022-01-07) + + +### Bug Fixes + +* do not crash the build in case old scripts exist ([8aeecce](https://github.com/DanySK/gradle-pre-commit-git-hooks/commit/8aeeccec795fac6e1071aaaba7a5232e2549f43c)) + ## 1.0.0 (2022-01-07)