Skip to content

Commit a178884

Browse files
committed
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2026-03-19) ### 🐛 Bug Fixes * pin release workflow to supported node version ([f970211](f970211)) ### 🛠️ Other changes * bump up rn version ([b488e55](b488e55)) * **deps-dev:** bump semantic-release from 24.2.9 to 25.0.2 ([54953ab](54953ab)) * **deps:** bump actions/cache from 4 to 5 ([a7117f6](a7117f6)) * **deps:** bump actions/checkout from 5 to 6 ([48a0200](48a0200)) * **deps:** bump androidx.browser:browser in /android ([066ddb0](066ddb0)) * **deps:** bump com.android.tools.build:gradle in /android ([521eb3e](521eb3e)) * **deps:** bump concurrent-ruby from 1.3.5 to 1.3.6 in /example ([711f828](711f828)) * **deps:** bump gradle-wrapper in /example/android ([76b4fd0](76b4fd0))
1 parent 523ba69 commit a178884

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.0.2](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/compare/v2.0.1...v2.0.2) (2026-03-19)
2+
3+
### 🐛 Bug Fixes
4+
5+
* pin release workflow to supported node version ([f970211](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/f970211202151cbd7849f1f1807df3a2efe499bd))
6+
7+
### 🛠️ Other changes
8+
9+
* bump up rn version ([b488e55](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/b488e558ffb2c3692187f8c745d7f6127a41f087))
10+
* **deps-dev:** bump semantic-release from 24.2.9 to 25.0.2 ([54953ab](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/54953ab950c78737a3f9b9f58041e6b40796b255))
11+
* **deps:** bump actions/cache from 4 to 5 ([a7117f6](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/a7117f6ca0b893b5ccda6c04ca53f6a8b3f9be68))
12+
* **deps:** bump actions/checkout from 5 to 6 ([48a0200](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/48a0200706c600a405bf939de51e9d7265dc7569))
13+
* **deps:** bump androidx.browser:browser in /android ([066ddb0](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/066ddb0de3ba8b65593fe4b45cea0a760b6ecc3b))
14+
* **deps:** bump com.android.tools.build:gradle in /android ([521eb3e](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/521eb3e3f977c2a9bbff050d9a5fc85ebd0e5632))
15+
* **deps:** bump concurrent-ruby from 1.3.5 to 1.3.6 in /example ([711f828](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/711f828694c1f2239c6d212ac25172e53ef0ddd2))
16+
* **deps:** bump gradle-wrapper in /example/android ([76b4fd0](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/76b4fd09690d4a2cfdf35b3f800433bab7c97225))
17+
118
## [2.0.1](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/compare/v2.0.0...v2.0.1) (2026-03-19)
219

320
### 🐛 Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-nitro-in-app-browser",
3-
"version": "2.0.1",
4-
"description": "A Simple Nitro module to open an in-app browser in your React Native app.",
3+
"version": "2.0.2",
4+
"description": "A Simple Nitro module to open an in-app browser in your React Native app.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",
77
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)