Skip to content

Commit 9981c77

Browse files
committed
Prepare to release 2.2.4
1 parent d6fd8a1 commit 9981c77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
66

77
## [Unreleased][unreleased]
88

9+
## [2.2.4] - 2022-05-14
10+
911
### Fixed
1012

1113
- Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
@@ -438,7 +440,8 @@ No changes were introduced since the previous release.
438440
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
439441
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
440442

441-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.3...main
443+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.4...main
444+
[2.2.4]: https://github.com/thephpleague/commonmark/compare/2.2.3...2.2.4
442445
[2.2.3]: https://github.com/thephpleague/commonmark/compare/2.2.2...2.2.3
443446
[2.2.2]: https://github.com/thephpleague/commonmark/compare/2.2.1...2.2.2
444447
[2.2.1]: https://github.com/thephpleague/commonmark/compare/2.2.0...2.2.1

0 commit comments

Comments
 (0)