Skip to content

Commit

Permalink
chore(release): 6.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.1](v6.0.0...v6.0.1) (2022-10-18)

### Dependencies

* bump it-to-buffer from 2.0.2 to 3.0.0 ([#43](#43)) ([e8a8f0c](e8a8f0c))
* bump uint8arrays from 3.1.1 to 4.0.2 ([#42](#42)) ([1faebd4](1faebd4))
  • Loading branch information
semantic-release-bot committed Oct 18, 2022
1 parent e8a8f0c commit ea067f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.0.1](https://github.com/alanshaw/it-tar/compare/v6.0.0...v6.0.1) (2022-10-18)


### Dependencies

* bump it-to-buffer from 2.0.2 to 3.0.0 ([#43](https://github.com/alanshaw/it-tar/issues/43)) ([e8a8f0c](https://github.com/alanshaw/it-tar/commit/e8a8f0cfa5aeafac5085a532aa03262a46cd31d6))
* bump uint8arrays from 3.1.1 to 4.0.2 ([#42](https://github.com/alanshaw/it-tar/issues/42)) ([1faebd4](https://github.com/alanshaw/it-tar/commit/1faebd4bb5759cec0ce5e97929af94d2cfaa33e3))

## [6.0.0](https://github.com/alanshaw/it-tar/compare/v5.0.0...v6.0.0) (2022-08-17)


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.0",
"version": "6.0.1",
"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 ea067f5

Please sign in to comment.