diff --git a/docs-react-native/react-native/docs/release-notes.md b/docs-react-native/react-native/docs/release-notes.md index 63b62edd3..5066ad811 100644 --- a/docs-react-native/react-native/docs/release-notes.md +++ b/docs-react-native/react-native/docs/release-notes.md @@ -5,6 +5,10 @@ next: /react-native/docs/usage previous: /react-native/docs/installation --- +## 7.8.2 + +- Fix packaging error / missing `dist/version.js` [#934](https://github.com/invertase/notifee/issues/934) + ## 7.8.1 - **[Android]**: Fix compatibility with android-gradle-plugin 8 (reat-native 0.73+) [#907](https://github.com/invertase/notifee/pull/907) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 152bf2266..cfb2a2e58 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@notifee/react-native", - "version": "7.8.1", + "version": "7.8.2", "author": "Invertase (http://invertase.io)", "description": "Notifee - a feature rich notifications library for React Native.", "main": "dist/index.js",