Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0](v10.2.0...v11.0.0) (2021-09-01)

### Features

* Remove usage of deprecated function `removeListener` ([#591](#591)) ([be02ed6](be02ed6))

### BREAKING CHANGES

* From now on, we require `react-native>=0.65` to work correctly (because `[email protected]` deprecates the `removeListener` API that we were using before this change).
  • Loading branch information
semantic-release-bot committed Sep 1, 2021
1 parent be02ed6 commit 6d30fa2
Showing 1 changed file with 1 addition and 1 deletion.
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-modal-datetime-picker",
"version": "10.2.0",
"version": "11.0.0",
"description": "A react-native datetime-picker for Android and iOS",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 6d30fa2

Please sign in to comment.