From 761142efeac0529956661df537f2a97070d083be Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Wed, 4 Sep 2024 22:45:44 +0200 Subject: [PATCH] chore(main): release 0.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) 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..c9a8625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.0.2](https://github.com/sparetimecoders/pulumi-preview-commenter/compare/v0.0.1...v0.0.2) (2024-09-04) + + +### Bug Fixes + +* **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 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 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)