Skip to content

Commit

Permalink
chore: bump version v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Jun 15, 2022
1 parent fa7a604 commit 80508e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## master

## [0.12.3](https://github.com/foca-js/foca/compare/v0.12.2...v0.12.3)  (2022-06-15)

- 废弃函数 `useDefinedModel`,并新增函数 `useDefined` 作为代替
- 修复计算属性在返回 **原始数组** 或者 **原始对象** 时无法访问的问题
- 优化 initialState 深拷贝速度

## [0.12.2](https://github.com/foca-js/foca/compare/v0.12.1...v0.12.2)  (2022-06-08)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021
Copyright (c) 2021-2022 geekact

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "0.12.2",
"version": "0.12.3",
"repository": "[email protected]:foca-js/foca.git",
"homepage": "https://foca.js.org",
"keywords": [
Expand Down

0 comments on commit 80508e7

Please sign in to comment.