diff --git a/CHANGELOG.md b/CHANGELOG.md index ae49a52..8eaa44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## Head +## 0.2.0 +- Added: support for version number heading including other words like a date than a version ([#54]) ([@jondricek]). - Fixed: bump `@actions/core` to `1.11.1`. ## 0.1.2 @@ -30,7 +31,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 +44,13 @@ ## 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 + + + +[@jondricek]: https://github.com/jondricek +[@ybiquitous]: https://github.com/ybiquitous