diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6732cb..83e73b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.1"} +{".":"0.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e389d..e14d6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.0.2](https://github.com/sparetimecoders/pulumi-preview-commenter/compare/v0.0.1...v0.0.2) (2024-10-07) + + +### Bug Fixes + +* **deps:** update module github.com/alecthomas/kong to v1 ([#12](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/12)) ([675cb1f](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/675cb1f9d6c51a084cd1018b00a32e3e55a3c0f4)) +* **deps:** update module github.com/masterminds/sprig/v3 to v3.3.0 ([#10](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/10)) ([8fcb333](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/8fcb333cf53a1662562a32fe56e4bae08cd40453)) + + +### Miscellaneous Chores + +* **deps:** pin alpine docker tag to b93f4f6 ([#6](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/6)) ([04d8c7d](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/04d8c7d95add207a64d69771421e6d5c5c069d02)) +* **deps:** update golangci/golangci-lint-action digest to 971e284 ([#16](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/16)) ([c0b19ac](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/c0b19acd27cb1b706540b6c5d41049ea5ca7e880)) +* **deps:** update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.17.0 ([#9](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/9)) ([437b264](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/437b264408aefd604b9c1b3f4d1148685d868676)) +* **deps:** update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.18.0 ([#13](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/13)) ([e8824c7](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/e8824c7ada3c6a3b76a29125fd816a1b3d4c337e)) +* **deps:** update pre-commit hook gitleaks/gitleaks to v8.19.3 ([#14](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/14)) ([44e3315](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/44e3315a9b88f43125afbf3eb2cd606b70edca48)) +* **deps:** update pre-commit hook gitleaks/gitleaks to v8.20.0 ([#17](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/17)) ([54d1786](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/54d178600c43b8338ab23ea0c9cfa9baf2102e21)) +* **deps:** update pre-commit hook pre-commit/pre-commit-hooks to v5 ([#18](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/18)) ([fe66607](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/fe666075cca8195ce05ce0adfb8add574a6b746c)) +* **deps:** update wagoid/commitlint-github-action digest to 3d28780 ([#11](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/11)) ([e81c890](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/e81c8901af4923b54bf7e1e84d84eab7543cb94a)) +* **deps:** update wagoid/commitlint-github-action digest to a2bc521 ([#8](https://github.com/sparetimecoders/pulumi-preview-commenter/issues/8)) ([57cb882](https://github.com/sparetimecoders/pulumi-preview-commenter/commit/57cb88248cb4a9e242c8ea2c004d03907921d16e)) + ## 0.0.1 (2024-08-16)