From a2e9aff0dd6be615d6b832e1f2b409d7c7d1d8c2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 9 Feb 2025 10:10:00 +0900 Subject: [PATCH] Release 2.48.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9674be4a..de89351a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.48.2] - 2025-02-09 + - Update `release-plz@latest` to 0.3.118. - Update `parse-dockerfile@latest` to 0.1.1. @@ -3454,7 +3456,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.48.1...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.48.2...HEAD +[2.48.2]: https://github.com/taiki-e/install-action/compare/v2.48.1...v2.48.2 [2.48.1]: https://github.com/taiki-e/install-action/compare/v2.48.0...v2.48.1 [2.48.0]: https://github.com/taiki-e/install-action/compare/v2.47.32...v2.48.0 [2.47.32]: https://github.com/taiki-e/install-action/compare/v2.47.31...v2.47.32