diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0aea9a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ + + +# [0.3.0](https://github.com/Stringsaeed/react-native-notifications-utils/compare/v0.2.0...v0.3.0) (2022-11-02) + + +### Features + +* use `channelId` directly in `openSettings` ([48be8fc](https://github.com/Stringsaeed/react-native-notifications-utils/commit/48be8fcab6231ef2af17754b42dae625cf999f6f)) \ No newline at end of file diff --git a/package.json b/package.json index 47efd0a..11b461c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications-utils", - "version": "0.2.0", + "version": "0.3.0", "description": "react native (native module) notifications utils, for making notifications easier", "main": "lib/commonjs/index", "module": "lib/module/index",