Skip to content

Commit b71e690

Browse files
committed
release v1.4.5
1 parent bec3ea2 commit b71e690

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="1.4.5"></a>
2+
## [1.4.5](https://github.com/vuejs/composition-api/compare/v1.4.4...v1.4.5) (2022-01-27)
3+
4+
5+
### Bug Fixes
6+
7+
* **reactive:** remove useless proxy logic of shallowReactive ([#890](https://github.com/vuejs/composition-api/issues/890)) ([7243ffa](https://github.com/vuejs/composition-api/commit/7243ffa))
8+
* **shallowReactive:** don't trigger watchers for oldVal === newVal ([#894](https://github.com/vuejs/composition-api/issues/894)) ([2a88e71](https://github.com/vuejs/composition-api/commit/2a88e71))
9+
10+
11+
112
<a name="1.4.4"></a>
213
## [1.4.4](https://github.com/vuejs/composition-api/compare/v1.4.3...v1.4.4) (2022-01-16)
314

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
4141
<!--cdn-links-start-->
4242
```html
4343
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
44-
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].4"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].5"></script>
4545
```
4646
<!--cdn-links-end-->
4747

README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { ref, reactive } from '@vue/composition-api'
4040
<!--cdn-links-start-->
4141
```html
4242
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
43-
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].4"></script>
43+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].5"></script>
4444
```
4545
<!--cdn-links-end-->
4646

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/composition-api",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)