From 849d7234549562c32798537ed5c7d8db1aa12a1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 May 2024 21:35:38 +0000 Subject: [PATCH] chore(release): version 1.0.0 [skip ci] ## 1.0.0 (2024-05-29) ### Features * Add support for multiple config files ([#9](https://github.com/zahorniak/pre-commit-circleci/issues/9)) ([8e09e3b](https://github.com/zahorniak/pre-commit-circleci/commit/8e09e3beddcba3c940c551931154dcca985a369c)), closes [#8](https://github.com/zahorniak/pre-commit-circleci/issues/8) * run the hook only if CircleCI config file is changed ([#3](https://github.com/zahorniak/pre-commit-circleci/issues/3)) ([7be19ef](https://github.com/zahorniak/pre-commit-circleci/commit/7be19ef101e9b99aecf964b69a704cc4fe752533)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d9d7bca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## 1.0.0 (2024-05-29) + + +### Features + +* Add support for multiple config files ([#9](https://github.com/zahorniak/pre-commit-circleci/issues/9)) ([8e09e3b](https://github.com/zahorniak/pre-commit-circleci/commit/8e09e3beddcba3c940c551931154dcca985a369c)), closes [#8](https://github.com/zahorniak/pre-commit-circleci/issues/8) +* run the hook only if CircleCI config file is changed ([#3](https://github.com/zahorniak/pre-commit-circleci/issues/3)) ([7be19ef](https://github.com/zahorniak/pre-commit-circleci/commit/7be19ef101e9b99aecf964b69a704cc4fe752533))