Skip to content

Commit

Permalink
Merge branch 'release/v0.22.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jul 13, 2024
2 parents 27fa6ef + 76c0f10 commit f077a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.22.7",
"version": "0.22.8",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down
3 changes: 2 additions & 1 deletion src/common/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export * from './is'
export * from './json'
export * from './list'
export * from './math'
export * from './object'
export * from './object-changes'
export * from './object'
export * from './orderby'
export * from './path'
export * from './regexp'
Expand All @@ -26,6 +26,7 @@ export * from './signal'
export * from './sortable'
export * from './sorted'
export * from './string-deburr'
export * from './string-hash-pool'
export * from './url'
export * from './utils'
export * from './wordlist'
Expand Down

0 comments on commit f077a1d

Please sign in to comment.