From ea067f581b31f38cb24b4d2de1d16781646521f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Oct 2022 13:58:26 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c5980..6b2a617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index eff9b0f..34491f1 100644 --- a/package.json +++ b/package.json @@ -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",