diff --git a/CHANGELOG.md b/CHANGELOG.md index 4debe1b6..7a6dbb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.4.7 + +### Android specific + +- 修复调用 `setRoot` 时,不正常抛 `IllegalStateException` 的问题 + ## 1.4.6 - 优化 stack 路由选择,当 props 为空对象时,pop 到现有页面而不是 redirect diff --git a/package.json b/package.json index 631fe2ef..d1445a55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hybrid-navigation", "description": "React Native Navigation that supports seamless navigation between Native and React.", - "version": "1.4.6", + "version": "1.4.7", "keywords": [ "react-native", "navigation",