diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ebc44..3904777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.1](https://github.com/foca-js/foca-taro-storage/compare/v0.1.0...v0.1.1)  (2022-04-13) + +- 函数式组件不支持传递 ref + ## [0.1.0](https://github.com/foca-js/foca-taro-storage/compare/v0.0.3...v0.1.0)  (2022-04-13) - 增加路由入口拦截器,彻底解决小程序在真机上找不到首页 diff --git a/package.json b/package.json index 74d2454..d8536fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foca-taro-storage", - "version": "0.1.0", + "version": "0.1.1", "repository": "git@github.com:foca-js/foca-taro-storage.git", "author": "fwh1990", "license": "MIT",