Skip to content

Commit a8ae7a2

Browse files
committed
2.0.1
1 parent 21b6ca3 commit a8ae7a2

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,5 +1,9 @@
11
# Changelog for `react-native-calendar-events`
22

3+
## 2.0.1 - 2020-08-01
4+
5+
- Fixed TypeScript definition for missing `requestPermissions` [#316](https://github.com/wmcmahan/react-native-calendar-events/pull/316) by [@wmcmahan](https://github.com/wmcmahan)
6+
37
## 2.0.0 - 2020-08-01
48

59
In addition to bugfixes, this release introduces some minor breaking changes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-calendar-events",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Native module for IOS Calendar Events",
55
"homepage": "https://github.com/wmcmahan/react-native-calendar-events",
66
"repository": {

0 commit comments

Comments
 (0)