Skip to content

Commit

Permalink
chore: release 3.0.0 (#718)
Browse files Browse the repository at this point in the history
Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com>
  • Loading branch information
lendabot[bot] authored Jul 2, 2024
1 parent 36f8586 commit b10ef66
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "3.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit b10ef66

Please sign in to comment.