We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0114ecf commit c2f507eCopy full SHA for c2f507e
.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "3.0.0"
+ ".": "3.1.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [3.1.0](https://github.com/Lendable/clock/compare/3.0.0...3.1.0) (2024-08-20)
4
+
5
6
+### Features
7
8
+* Add `Date.isAfterOrEqualTo` method ([#752](https://github.com/Lendable/clock/issues/752)) ([9216428](https://github.com/Lendable/clock/commit/9216428e647be0327e92fa9dbc3b1df05863ef28))
9
+* Deprecate Date::toDateTime() method ([#749](https://github.com/Lendable/clock/issues/749)) ([0114ecf](https://github.com/Lendable/clock/commit/0114ecf433a1ce342a5591853d33de391e6df79a))
10
11
## [3.0.0](https://github.com/Lendable/clock/compare/2.6.0...3.0.0) (2024-07-02)
12
13
0 commit comments