Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 29, 2021
1 parent 5881106 commit c4dbebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased][unreleased]

## [5.0.0] - 2021-03-28

### Added

- Added support for tables (#203)
Expand Down Expand Up @@ -291,7 +293,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/4.10.0...master
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...master
[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
[4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bin": ["bin/html-to-markdown"],
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
"dev-master": "5.1-dev"
}
}
}

0 comments on commit c4dbebb

Please sign in to comment.