Skip to content

Commit 2d91607

Browse files
committed
release(zip): 7.0.1
1 parent 6baf0f5 commit 2d91607

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/zip/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 7.0.1 (2025-08-27)
2+
3+
### 🩹 Fixes
4+
5+
- **zip:** use public headers with swift package ([6baf0f5](https://github.com/NativeScript/plugins/commit/6baf0f5))
6+
- **zip:** remove thread queues as not needed ([7752667](https://github.com/NativeScript/plugins/commit/7752667))
7+
8+
### ❤️ Thank You
9+
10+
- Nathan Walker
11+
112
# 7.0.0 (2025-08-26)
213

314
### 🚀 Features

packages/zip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/zip",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A simple utility class for zipping and unzipping files in NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)