From 9a4a4a3ec70c06c8dc0bcb685b8a3f031c1ca4e2 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:41:16 +0900 Subject: [PATCH] Prepare 0.2.0 (#56) --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae49a52..ab2fb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## Head +## 0.2.0 +- Added: support for version number heading including other words like a date than a version ([#54][]) ([@jondricek][]). +- Added: support for reference-style links ([#57][]) ([@ybiquitous][]). - Fixed: bump `@actions/core` to `1.11.1`. ## 0.1.2 @@ -30,7 +32,7 @@ ## 0.0.4 -- Fixed: `@ts-expect-error` comments ([#5](https://github.com/stylelint/changelog-to-github-release-action/pull/5)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `@ts-expect-error` comments ([#5][]) ([@ybiquitous][]). ## 0.0.3 @@ -43,3 +45,14 @@ ## 0.0.1 Initial release. + + + +[#5]: https://github.com/stylelint/changelog-to-github-release-action/pull/5 +[#54]: https://github.com/stylelint/changelog-to-github-release-action/pull/54 +[#57]: https://github.com/stylelint/changelog-to-github-release-action/pull/57 + + + +[@jondricek]: https://github.com/jondricek +[@ybiquitous]: https://github.com/ybiquitous