Skip to content

Commit

Permalink
chore: release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Sep 2, 2024
1 parent 0ca45e1 commit 18fd61f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4

- Pause stream until fill right size.

# 0.1.3

## Patches
Expand Down
2 changes: 1 addition & 1 deletion __tests__/stream.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('Stream', () => {
})
})
expect(errorOccurred).toBe(false)
}, { timeout: 40000 })
}, { timeout: 60000 })
})
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tar-mini",
"version": "0.1.3",
"version": "0.1.4",
"description": "It's an implementation based on the `ustar` format",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 18fd61f

Please sign in to comment.