We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754af1 commit b3b08f4Copy full SHA for b3b08f4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# deverything
2
3
+## 4.4.1
4
+
5
+### Patch Changes
6
7
+- export
8
9
## 4.4.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "deverything",
- "version": "4.4.0",
+ "version": "4.4.1",
"description": "Everything you need for Dev",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
src/dates/index.ts
@@ -9,5 +9,6 @@ export * from "./startOfNextWeek";
export * from "./startOfThisWeek";
export * from "./startOfToday";
export * from "./startOfTomorrow";
12
+export * from "./startOfYesterday";
13
export * from "./startOfUTCDay";
14
export * from "./startOfUTCTomorrow";
0 commit comments