Skip to content

Commit e0fc8cf

Browse files
committed
Prepare to release 5.1.0
1 parent f8b8b4d commit e0fc8cf

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.1.0] - 2022-03-02
8+
79
### Changed
810

911
- Changed horizontal rule style (#218, #219)
@@ -313,7 +315,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
313315
### Added
314316
- Initial release
315317

316-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.2...master
318+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.1.0...master
319+
[5.1.0]: https://github.com/thephpleague/html-to-markdown/compare/5.0.2...5.1.0
317320
[5.0.2]: https://github.com/thephpleague/html-to-markdown/compare/5.0.1...5.0.2
318321
[5.0.1]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...5.0.1
319322
[5.0.0]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...5.0.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.1-dev"
48+
"dev-master": "5.2-dev"
4949
}
5050
},
5151
"config": {

0 commit comments

Comments
 (0)