Skip to content

Commit f779ff3

Browse files
v3.0.5
1 parent 95b740e commit f779ff3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: "`cloneTarStream`: stream entries directly to the pack where possible"
3+
hash: 7317113a6000351683eacddcc39582e876e0adc5
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
version: 3.0.5
10+
title: ""
11+
date: 2025-09-24T13:38:04.396Z
112
- commits:
213
- subject: Update dev dependencies
314
hash: 4d67b1857344799c98500585f55c55e5e8078182

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v3.0.5
8+
## (2025-09-24)
9+
10+
* `cloneTarStream`: stream entries directly to the pack where possible [Pagan Gazzard]
11+
712
# v3.0.4
813
## (2025-09-24)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tar-utils",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A collection of utilities which expose oft-used patterns when working with tar archives in node",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -49,6 +49,6 @@
4949
"node": ">=16.13.0"
5050
},
5151
"versionist": {
52-
"publishedAt": "2025-09-24T13:12:44.566Z"
52+
"publishedAt": "2025-09-24T13:38:04.442Z"
5353
}
5454
}

0 commit comments

Comments
 (0)