Skip to content

Commit

Permalink
chore: bump version v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Oct 14, 2023
1 parent 54dba6a commit 1eae2ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.1.1](https://github.com/foca-js/foca/compare/v3.1.0...v3.1.1)  (2023-10-14)

- computed内使用数组状态数据时,更新数组不会触发重新计算
- 删除无用类型 `ComputedRef`

## [3.1.0](https://github.com/foca-js/foca/compare/v3.0.0...v3.1.0)  (2023-10-10)

- 持久化引擎支持`同步`引擎。因此可以直接使用浏览器内置的 localStorage 和 sessionStorage 接口
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foca",
"version": "3.1.0",
"version": "3.1.1",
"repository": "git@github.com:foca-js/foca.git",
"homepage": "https://foca.js.org",
"keywords": [
Expand Down

0 comments on commit 1eae2ae

Please sign in to comment.