Skip to content

Commit ace9a90

Browse files
committed
release(secure-storage): 4.0.0
1 parent 8a61b08 commit ace9a90

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 4.0.0 (2025-09-16)
2+
3+
### 🚀 Features
4+
5+
- **secure-store:** enable 16kb page size support ([#648](https://github.com/NativeScript/plugins/pull/648))
6+
- **secure-storage:** Add Support for Access/Application groups on IOS. ([85978a1](https://github.com/NativeScript/plugins/commit/85978a1))
7+
- Migrate secure-storage plugin ([#513](https://github.com/NativeScript/plugins/pull/513))
8+
9+
### 🩹 Fixes
10+
11+
- **secure-storage:** Add Support for Access/Application groups on IOS in the simulator. ([#528](https://github.com/NativeScript/plugins/pull/528))
12+
13+
### ❤️ Thank You
14+
15+
- George Grigalashvili @grigala
16+
- Jason Cassidy @jcassidyav
17+
- Osei Fortune @triniwiz

packages/secure-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/secure-storage",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"description": "Secure Storage NativeScript plugin",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)