Skip to content

Commit

Permalink
Merge branch 'release/v0.17.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Mar 13, 2024
2 parents df46343 + 20216b1 commit 22be5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.17.2",
"version": "0.17.3",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down
2 changes: 2 additions & 0 deletions src/node/files.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('files.spec', () => {
"crypto.ts",
"env.spec.ts",
"env.ts",
"files-async.spec.ts",
"files-async.ts",
"files.spec.ts",
"files.ts",
Expand Down Expand Up @@ -42,6 +43,7 @@ describe('files.spec', () => {

expect(result).toMatchInlineSnapshot(`
Array [
"files-async.spec.ts",
"files.spec.ts",
"filestorage.spec.ts",
]
Expand Down

0 comments on commit 22be5d6

Please sign in to comment.