Skip to content

Commit

Permalink
Prepare to release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Sep 17, 2021
1 parent 49385c8 commit e5600a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased][unreleased]

## [5.0.1] - 2021-09-17

### Fixed

- Fixed lists not using the correct amount of indentation (#211)

## [5.0.0] - 2021-03-28

### Added
Expand Down Expand Up @@ -293,7 +299,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
### Added
- Initial release

[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...master
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.1...master
[5.0.1]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...5.0.0
[4.10.0]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...4.10.0
[4.9.1]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...4.9.1
Expand Down

0 comments on commit e5600a2

Please sign in to comment.