Skip to content

Commit 6fe4461

Browse files
committed
chore(release): bump version to 8.0.1
1 parent 68f23e8 commit 6fe4461

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [8.0.1] - 2026-05-19
4+
5+
### Fixed
6+
- iOS: replace `_methodQueue` ivar with static `dispatch_once` to fix build on RN 0.83+ with New Architecture (#347)
7+
8+
### Added
9+
- `playground-rn`: bare React Native 0.83.9 test app with New Architecture
10+
- `playground-expo`: Expo SDK 55.0.24 test app with New Architecture
11+
- Maestro E2E flows now use `${APP_ID}` env var for cross-app reuse
12+
- npm scripts: `test:e2e:expo:ios`, `test:e2e:expo:android`, `test:e2e:rn:ios`, `test:e2e:rn:android`
13+
14+
### Changed
15+
- Export `EncryptionMethods` enum from JS entry point
16+
- Playground apps read library version dynamically from `package.json`
17+
- Removed debug-specific Maestro flows (`connect-metro`, `debug-zip`)
18+
319
## [8.0.0] - 2026-05-16
420

521
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-zip-archive",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "A TurboModule wrapper on ZipArchive for React Native's New Architecture",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)