Skip to content

Commit 4d0394e

Browse files
committed
Prepare to release 5.0.2
1 parent 1cb1638 commit 4d0394e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [5.0.2] - 2021-11-06
8+
9+
### Fixed
10+
11+
- Fixed missplaced comment nodes appearing at the start of the HTML input (#212)
12+
713
## [5.0.1] - 2021-09-17
814

915
### Fixed
@@ -299,7 +305,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
299305
### Added
300306
- Initial release
301307

302-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.1...master
308+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.2...master
309+
[5.0.2]: https://github.com/thephpleague/html-to-markdown/compare/5.0.1...5.0.2
303310
[5.0.1]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...5.0.1
304311
[5.0.0]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...5.0.0
305312
[4.10.0]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...4.10.0

0 commit comments

Comments
 (0)