Skip to content

Commit 9022e64

Browse files
committed
Prepare 4.6.0 release
1 parent be43e27 commit 9022e64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [4.6.0]
78
### Added
89
- Added support for ordered lists starting at numbers other than 1
910

@@ -198,7 +199,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
198199
### Added
199200
- Initial release
200201

201-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.5.0...master
202+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.6.0...master
203+
[4.6.0]: https://github.com/thephpleague/html-to-markdown/compare/4.5.0...4.6.0
202204
[4.5.0]: https://github.com/thephpleague/html-to-markdown/compare/4.4.1...4.5.0
203205
[4.4.1]: https://github.com/thephpleague/html-to-markdown/compare/4.4.0...4.4.1
204206
[4.4.0]: https://github.com/thephpleague/html-to-markdown/compare/4.3.1...4.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"bin": ["bin/html-to-markdown"],
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "4.6-dev"
45+
"dev-master": "4.7-dev"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)