From 47e2f9c7160b17ca7bdca20276c054825a579728 Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:00:57 +0200 Subject: [PATCH] chore: release 4.0.0 (#757) Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 95a37e3e..e6f87756 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd568a4..fff1b5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/Lendable/clock/compare/3.2.0...4.0.0) (2024-08-20) + + +### ⚠ BREAKING CHANGES + +* drop deprecated `Date::toDateTime` method ([#756](https://github.com/Lendable/clock/issues/756)) + +### Features + +* Drop deprecated `Date::toDateTime` method ([#756](https://github.com/Lendable/clock/issues/756)) ([b9acea5](https://github.com/Lendable/clock/commit/b9acea5296276dd2d3fd9e0f5c5027bf790d7187)) + ## [3.2.0](https://github.com/Lendable/clock/compare/3.1.0...3.2.0) (2024-08-20)