Skip to content

Commit 200c891

Browse files
committed
✨ feat(version): release 2.1.0
1 parent 322be7f commit 200c891

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
# [2.1.0](https://github.com/ccnnde/react-native-simple-openvpn/compare/v2.0.0...v2.1.0) (2023-03-31)
4+
5+
6+
### ✨ Features
7+
8+
* feat: add auth-user-pass ([0aa7a33](https://github.com/ccnnde/react-native-simple-openvpn/commit/0aa7a33))
9+
* feat: support get vpn status ([ad7686f](https://github.com/ccnnde/react-native-simple-openvpn/commit/ad7686f))
10+
* feat(android): support configure allowed apps, close [#9](https://github.com/ccnnde/react-native-simple-openvpn/issues/9) ([343c058](https://github.com/ccnnde/react-native-simple-openvpn/commit/343c058))
11+
* feat(android): support custom config ([97492d2](https://github.com/ccnnde/react-native-simple-openvpn/commit/97492d2))
12+
13+
14+
### 🐞 Bug Fixes
15+
16+
* fix(android): upgrade kotlin-gradle-plugin in vpnLib ([#47](https://github.com/ccnnde/react-native-simple-openvpn/issues/47)) ([79b0375](https://github.com/ccnnde/react-native-simple-openvpn/commit/79b0375))
17+
* fix(android): import ArrayList from java.util ([#39](https://github.com/ccnnde/react-native-simple-openvpn/issues/39)) ([5329fde](https://github.com/ccnnde/react-native-simple-openvpn/commit/5329fde))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-simple-openvpn",
33
"title": "React Native Simple Openvpn",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "React Native Open VPN Module",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)