diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d84daf8..2cc7b3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.2.1.4] - 2024-05-07 + ## [6.2.0.3] - 2023-12-21 ## [6.1.0.2] - 2023-12-11 ## [6.0.0.1] - 2023-12-07 -[Unreleased]: https://github.com/baynezy/Html2Markdown/compare/6.2.0.3...HEAD - +[unreleased]: https://github.com/baynezy/Html2Markdown/compare/6.2.1.4...HEAD +[6.2.1.4]: https://github.com/baynezy/Html2Markdown/compare/6.2.0.3...6.2.1.4 [6.2.0.3]: https://github.com/baynezy/Html2Markdown/compare/6.1.0.2...6.2.0.3 - [6.1.0.2]: https://github.com/baynezy/Html2Markdown/compare/6.0.0.1...6.1.0.2 - [6.0.0.1]: https://github.com/baynezy/Html2Markdown/compare/6dab0aa86b4b6e4f30b64de9990165672639bc61...6.0.0.1 diff --git a/semver.json b/semver.json index 72661eb0..bf021d35 100644 --- a/semver.json +++ b/semver.json @@ -1,6 +1 @@ -{ - "major": "6", - "minor": "2", - "patch": "0", - "build": "3" -} \ No newline at end of file +{"major":"6","minor":"2","patch":"1","build":"4"} \ No newline at end of file