Skip to content

Commit

Permalink
chore(release): 6.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.3](v6.0.2...v6.0.3) (2024-02-21)

### Dependencies

* bump uint8arrays from 4.0.10 to 5.0.2 ([#69](#69)) ([cec8ae6](cec8ae6))
  • Loading branch information
semantic-release-bot committed Feb 21, 2024
1 parent cec8ae6 commit ce5e3dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.3](https://github.com/alanshaw/it-tar/compare/v6.0.2...v6.0.3) (2024-02-21)


### Dependencies

* bump uint8arrays from 4.0.10 to 5.0.2 ([#69](https://github.com/alanshaw/it-tar/issues/69)) ([cec8ae6](https://github.com/alanshaw/it-tar/commit/cec8ae6f078d6fbb37e53080f46a5259c19625e8))

## [6.0.2](https://github.com/alanshaw/it-tar/compare/v6.0.1...v6.0.2) (2024-02-20)


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": "it-tar",
"version": "6.0.2",
"version": "6.0.3",
"description": "it-tar is a streaming tar parser (and maybe a generator in the future) and nothing else. It operates purely using async iterables which means you can easily extract/parse tarballs without ever hitting the file system.",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit ce5e3dd

Please sign in to comment.