diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 741912c..d0ab664 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.4" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebc0e0..e5500a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/bhundven/golang-pre-commit/compare/v1.1.4...v1.2.0) (2025-04-10) + + +### Features + +* Remove duplicate pre-commit hooks ([#36](https://github.com/bhundven/golang-pre-commit/issues/36)) ([d6d2fcf](https://github.com/bhundven/golang-pre-commit/commit/d6d2fcfbd32f509dcc89431ce72c13023abe53fc)) + + +### Bug Fixes + +* File descriptor should overwrite the destination ([#38](https://github.com/bhundven/golang-pre-commit/issues/38)) ([8622597](https://github.com/bhundven/golang-pre-commit/commit/862259772f150c0d052f779efaa092e0fdd19325)) + ## [1.1.4](https://github.com/bhundven/golang-pre-commit/compare/v1.1.3...v1.1.4) (2025-03-18)