Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhenderson20 committed Jun 2, 2021
1 parent 116afed commit 24e3690
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [0.2.1](https://github.com/cwhenderson20/react-native-crash-tester/compare/v0.2.0...v0.2.1) (2021-06-02)



# [0.2.0](https://github.com/cwhenderson20/react-native-crash-tester/compare/v0.2.0...v0.2.1) (2021-06-02)


### Features

* add component for testing component tree crashes ([c102006](https://github.com/cwhenderson20/react-native-crash-tester/commit/c10200636eb0b1aa265a2d4ba10b6898fb1b0399))
* add js crash method ([47199ac](https://github.com/cwhenderson20/react-native-crash-tester/commit/47199ace00343b2d61705ca24a0dd4ec83d12918))
* add native crash method to android ([581e01d](https://github.com/cwhenderson20/react-native-crash-tester/commit/581e01deab95857dc1da7768c939b1d218f8b5f0))
* iOS native crash support ([ffc04a6](https://github.com/cwhenderson20/react-native-crash-tester/commit/ffc04a62f95ac87c428408b2b6c5ad0660aa6d1c))
* support for exception message in java ([1acd901](https://github.com/cwhenderson20/react-native-crash-tester/commit/1acd901643763e0e6353c3bf182dc8a370c75465))
* update example app with test cases ([fe2d931](https://github.com/cwhenderson20/react-native-crash-tester/commit/fe2d9312f1e3e62d0f2493c5e3ecd2f616c0720c))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-crash-tester",
"version": "0.2.0",
"version": "0.2.1",
"description": "Deliberately crash your app. Good for testing crash reporting services.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 24e3690

Please sign in to comment.