We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b5f7d commit 8b68df1Copy full SHA for 8b68df1
2 files changed
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [v0.3.1] - 2026-01-08
12
+
13
- We added `SessionCookieStore` to persist, restore and clear session cookies on iOS.
14
15
## [v0.3.0] - 2025-12-09
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mendix-native",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "Mendix native mobile package",
5
"main": "./lib/module/index.js",
6
"types": "./lib/typescript/src/index.d.ts",
0 commit comments