Skip to content

Commit 18402eb

Browse files
committed
release(zip): 7.0.0
1 parent 4ff5ba8 commit 18402eb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/zip/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 7.0.0 (2025-08-26)
2+
3+
### 🚀 Features
4+
5+
- **zip:** use spm to support mac catalyst and latest ios, plus android 2.11.5 ([#636](https://github.com/NativeScript/plugins/pull/636))
6+
- update zip native libs to latest ([6a6e477](https://github.com/NativeScript/plugins/commit/6a6e477))
7+
8+
### 🩹 Fixes
9+
10+
- **zip:** type ([6c9f360](https://github.com/NativeScript/plugins/commit/6c9f360))
11+
12+
### ❤️ Thank You
13+
14+
- Nathan Walker
15+
- Osei Fortune @triniwiz

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-alpha.0",
3+
"version": "7.0.0",
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)