Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 24, 2025
1 parent 3c60451 commit bac0aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tar-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the changelog for [`tar-parser`](https://github.com/mjackson/remix-the-web/tree/main/packages/tar-parser). It follows [semantic versioning](https://semver.org/).

## HEAD
## v0.2.1 (2025-01-24)

- Add support for environments that do not support `ReadableStream.prototype[Symbol.asyncIterator]` (i.e. Safari), see #46

Expand Down
2 changes: 1 addition & 1 deletion packages/tar-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/tar-parser",
"version": "0.2.0",
"version": "0.2.1",
"description": "A fast, efficient parser for tar streams in any JavaScript environment",
"author": "Michael Jackson <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bac0aa2

Please sign in to comment.