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 7fa3f60 commit 0069b74Copy full SHA for 0069b74
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# deverything
2
3
+## 4.10.1
4
+
5
+### Patch Changes
6
7
+- Fix missing singleton export
8
9
## 4.10.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "deverything",
- "version": "4.10.0",
+ "version": "4.10.1",
"description": "Everything you need for Dev",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
src/helpers/index.ts
@@ -48,6 +48,7 @@ export * from "./seriesAsync";
48
export * from "./setObjectPath";
49
export * from "./setUrlSearchParams";
50
export * from "./shuffle";
51
+export * from "./singleton";
52
export * from "./sleep";
53
export * from "./stringify";
54
export * from "./toggleArrayValue";
0 commit comments