Skip to content

Commit ab6fe25

Browse files
committed
1.7.0
1 parent 9b99e3d commit ab6fe25

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog of `@reason-react-native/push-notification-ios`
22

3+
## 1.7.0 - 2020-11-10
4+
5+
- 1.7.0 compat
6+
- rescript 8.2 requirements
7+
38
## 1.4.0 - 2020-09-11
49

5-
💥We switched to record instead of Js.t for results.
10+
💥 We switched to record instead of Js.t for results.
611

712
- Fixed finish/FetchResult binding [#3](https://github.com/reason-react-native/push-notification-ios/pull/3) by [@cknitt](https://github.com/cknitt)
813
- Added missing alertTitle & repeatInterval for formatted local notification (1.2.1) [cb6e76d](https://github.com/reason-react-native/push-notification-ios/commit/cb6e76d) by [@MoOx](https://github.com/MoOx)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@reason-react-native/push-notification-ios",
3-
"version": "1.4.0",
3+
"version": "1.7.0",
44
"publishConfig": {
55
"access": "public"
66
},
77
"peerDependencies": {
8-
"@react-native-community/push-notification-ios": "^1.4.0"
8+
"@react-native-community/push-notification-ios": "^1.7.0"
99
},
1010
"repository": "https://github.com/reason-react-native/push-notification-ios.git",
1111
"license": "MIT",

0 commit comments

Comments
 (0)