We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7825949 commit 23bd6dbCopy full SHA for 23bd6db
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.1.2](https://github.com/ccnnde/react-native-simple-openvpn/compare/v2.1.1...v2.1.2) (2024-09-29)
4
+
5
6
+### 🐞 Bug Fixes
7
8
+* fix(android): fix build issue ([56dd3d0](https://github.com/ccnnde/react-native-simple-openvpn/commit/56dd3d0))
9
10
## [2.1.1](https://github.com/ccnnde/react-native-simple-openvpn/compare/v2.1.0...v2.1.1) (2024-04-17)
11
12
### 🐞 Bug Fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-simple-openvpn",
"title": "React Native Simple Openvpn",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "React Native Open VPN Module",
"main": "index.js",
"types": "index.d.ts",
0 commit comments