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))