We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baf0f5 commit 2d91607Copy full SHA for 2d91607
packages/zip/CHANGELOG.md
@@ -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
12
# 7.0.0 (2025-08-26)
13
14
### 🚀 Features
packages/zip/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/zip",
- "version": "7.0.0",
+ "version": "7.0.1",
"description": "A simple utility class for zipping and unzipping files in NativeScript",
"main": "index",
"typings": "index.d.ts",
0 commit comments