Skip to content

Commit e5600a2

Browse files
committed
Prepare to release 5.0.1
1 parent 49385c8 commit e5600a2

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.1] - 2021-09-17
8+
9+
### Fixed
10+
11+
- Fixed lists not using the correct amount of indentation (#211)
12+
713
## [5.0.0] - 2021-03-28
814

915
### Added
@@ -293,7 +299,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
293299
### Added
294300
- Initial release
295301

296-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...master
302+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.1...master
303+
[5.0.1]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...5.0.1
297304
[5.0.0]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...5.0.0
298305
[4.10.0]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...4.10.0
299306
[4.9.1]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...4.9.1

0 commit comments

Comments
 (0)