From b10ef66e210bb80803c6f299be339a50a819a195 Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:27:10 +0000 Subject: [PATCH] chore: release 3.0.0 (#718) Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 69e82f12..d4f6f299 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..499a286c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.0.0](https://github.com/Lendable/clock/compare/2.6.0...3.0.0) (2024-07-02) + + +### ⚠ BREAKING CHANGES + +* remove `Date::fromYearsAgo()` ([#716](https://github.com/Lendable/clock/issues/716)) + +### Features + +* Remove `Date::fromYearsAgo()` ([#716](https://github.com/Lendable/clock/issues/716)) ([cc307d0](https://github.com/Lendable/clock/commit/cc307d060539ee574d639c8d736d29a4072b4dc3)) + + +### Fixes / Maintenance + +* Document `InvalidDate` thrown from `Date` ([#719](https://github.com/Lendable/clock/issues/719)) ([36f8586](https://github.com/Lendable/clock/commit/36f85868678743aa4ef78bd7a6a5fdc06094d79f))