diff --git a/CHANGELOG.md b/CHANGELOG.md index b12c66b..9b2a1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.2.0-rc.3 + +## Updated content +* fix:Fix the issue where the initialPage attribute in TabbedHeader is overwritten + # v1.2.0-rc.2 ## Updated content diff --git a/package.json b/package.json index e44cd8f..d92685e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-sticky-parallax-header", - "version": "1.2.0-rc.2", + "version": "1.2.0-rc.3", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",