We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0de06 commit a4893e3Copy full SHA for a4893e3
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## <small>0.3.1 (2025-08-13)</small>
4
+
5
+* ci: update release workflow ([5a0de06](https://github.com/satya164/react-navigation-native-modal/commit/5a0de06))
6
+* docs: document static config api ([ade7995](https://github.com/satya164/react-navigation-native-modal/commit/ade7995))
7
8
## 0.3.0 (2025-08-13)
9
10
* feat: upgrade to react nvigation 7 ([87f4a54](https://github.com/satya164/react-navigation-native-modal/commit/87f4a54))
package.json
@@ -1,6 +1,6 @@
{
"name": "react-navigation-native-modal",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "React Navigation integration for React Native's Modal component",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
0 commit comments