Skip to content

Commit a492aa6

Browse files
committed
release v1.4.9
1 parent c828f99 commit a492aa6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.4.9"></a>
2+
## [1.4.9](https://github.com/vuejs/composition-api/compare/v1.4.8...v1.4.9) (2022-02-26)
3+
4+
5+
16
<a name="1.4.8"></a>
27
## [1.4.8](https://github.com/vuejs/composition-api/compare/v1.4.7...v1.4.8) (2022-02-26)
38

Diff for: 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].8"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].9"></script>
4545
```
4646
<!--cdn-links-end-->
4747

Diff for: 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].8"></script>
43+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].9"></script>
4444
```
4545
<!--cdn-links-end-->
4646

Diff for: 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.8",
3+
"version": "1.4.9",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)