Skip to content

Commit

Permalink
export function
Browse files Browse the repository at this point in the history
  • Loading branch information
ogroppo committed Nov 8, 2024
1 parent c9e2163 commit 1aafc52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# deverything

## 1.10.1

### Patch Changes

- export function

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deverything",
"version": "1.10.0",
"version": "1.10.1",
"description": "Everything you need for Dev",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export * from "./parseDate";
export * from "./pickObjectKeys";
export * from "./pickObjectValues";
export * from "./promiseWithTimeout";
export * from "./removeUndefinedValues";
export * from "./scrambleText";
export * from "./serialize";
export * from "./seriesAll";
Expand Down

0 comments on commit 1aafc52

Please sign in to comment.