Skip to content

Commit b805e7f

Browse files
Merge pull request #6 from logicwind/dev
Version Bump: v0.2.0
2 parents 0a31d6f + 1e0fc42 commit b805e7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
3+
- **Android**: Reference `currentActivity` in `exitApp` method to prevent crashes when exiting the app. ([#5](https://github.com/logicwind/react-native-exit-app/pull/5))
4+
15
## 0.1.0
26

37
- Initial release of `react-native-exit-app`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicwind/react-native-exit-app",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Exit / Close / Kill / shutdown your react native app. Does not invoke a crash notification.",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)