Skip to content

Commit c4dbebb

Browse files
committed
Release 5.0.0
1 parent 5881106 commit c4dbebb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [5.0.0] - 2021-03-28
8+
79
### Added
810

911
- Added support for tables (#203)
@@ -291,7 +293,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
291293
### Added
292294
- Initial release
293295

294-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...master
296+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...master
297+
[5.0.0]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...5.0.0
295298
[4.10.0]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...4.10.0
296299
[4.9.1]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...4.9.1
297300
[4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"bin": ["bin/html-to-markdown"],
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "5.0-dev"
48+
"dev-master": "5.1-dev"
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)