Skip to content

Commit 7bfc7dc

Browse files
committed
chore: release 0.3.0
1 parent 570c7a6 commit 7bfc7dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
# [0.3.0](https://github.com/Stringsaeed/react-native-notifications-utils/compare/v0.2.0...v0.3.0) (2022-11-02)
4+
5+
6+
### Features
7+
8+
* use `channelId` directly in `openSettings` ([48be8fc](https://github.com/Stringsaeed/react-native-notifications-utils/commit/48be8fcab6231ef2af17754b42dae625cf999f6f))

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-notifications-utils",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "react native (native module) notifications utils, for making notifications easier",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)