Skip to content

Commit

Permalink
Prepare to release 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 2, 2019
1 parent 516017b commit 7131910
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased][unreleased]

## [4.9.0] - 2019-11-02
## Added
- Added new option to preserve comments (#177, #179)

## [4.8.3] - 2019-10-31
### Fixed
- Fixed whitespace preservation around `<code>` tags (#174, #178)
Expand Down Expand Up @@ -255,7 +259,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.8.3...master
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...master
[4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0
[4.8.3]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...4.8.3
[4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2
[4.8.1]: https://github.com/thephpleague/html-to-markdown/compare/4.8.0...4.8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"bin": ["bin/html-to-markdown"],
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
"dev-master": "4.10-dev"
}
}
}

0 comments on commit 7131910

Please sign in to comment.