Skip to content

Commit 7131910

Browse files
committed
Prepare to release 4.9.0
1 parent 516017b commit 7131910

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [4.9.0] - 2019-11-02
8+
## Added
9+
- Added new option to preserve comments (#177, #179)
10+
711
## [4.8.3] - 2019-10-31
812
### Fixed
913
- Fixed whitespace preservation around `<code>` tags (#174, #178)
@@ -255,7 +259,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
255259
### Added
256260
- Initial release
257261

258-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...master
262+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...master
263+
[4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0
259264
[4.8.3]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...4.8.3
260265
[4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2
261266
[4.8.1]: https://github.com/thephpleague/html-to-markdown/compare/4.8.0...4.8.1

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.9-dev"
45+
"dev-master": "4.10-dev"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)