From ce5e3dd66ea37a76b0a949c719811f32c35231a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Feb 2024 11:43:09 +0000 Subject: [PATCH] chore(release): 6.0.3 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 107edce..8d4b853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2502b0c..a110dd5 100644 --- a/package.json +++ b/package.json @@ -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",