We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf4ec2 commit 3decf93Copy full SHA for 3decf93
2 files changed
packages/nativescript-in-app-review/CHANGELOG.md
@@ -1,3 +1,18 @@
1
+## 1.1.2 (2025-07-25)
2
+
3
+### 🚀 Features
4
5
+- **in-app-review:** use AppStore.requestReview on supported newer iOS versions ([#20](https://github.com/valor-software/nativescript-plugins/pull/20))
6
7
+### 🩹 Fixes
8
9
+- remove type module from package.json ([e7e885a](https://github.com/valor-software/nativescript-plugins/commit/e7e885a))
10
11
+### ❤️ Thank You
12
13
+- Eduardo Speroni
14
+- Nathan Walker
15
16
## 1.1.1 (2025-04-30)
17
18
### 🚀 Features
packages/nativescript-in-app-review/package.json
@@ -1,6 +1,6 @@
{
"name": "@valor/nativescript-in-app-review",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Native in-app review popups for NativeScript apps",
"main": "index",
"typings": "index.d.ts",
0 commit comments