From ebc7f295195c3dfe8395e2d2df2a3376e66596bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:07:14 +0700 Subject: [PATCH] chore(main): release 2.5.1 (#172) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78baf5bf..0bd1b037 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a9692b..6eb1ef23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/kitabisa/composite-actions/compare/v2.5.0...v2.5.1) (2024-11-07) + + +### Bug Fixes + +* cache pnpm missing ([#171](https://github.com/kitabisa/composite-actions/issues/171)) ([5ffe7bc](https://github.com/kitabisa/composite-actions/commit/5ffe7bc02194a1325d5024198bee3365f304f5ed)) + ## [2.5.0](https://github.com/kitabisa/composite-actions/compare/v2.4.0...v2.5.0) (2024-11-01)