Skip to content

Commit ffe6203

Browse files
committed
chore: release v1.1.0
1 parent 11dad4c commit ffe6203

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="1.1.0"></a>
2+
# [1.1.0](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.7...v1.1.0) (2021-08-09)
3+
4+
5+
### Features
6+
7+
* new `watchSyncEffect` api ([e12c23d](https://github.com/vuejs/composition-api/commit/e12c23d))
8+
9+
10+
11+
<a name="1.0.6"></a>
12+
## [1.0.6](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.5...v1.0.6) (2021-08-09)
13+
14+
15+
### Features
16+
17+
* support second target argument for lifecycle functions ([3f3b9c6](https://github.com/vuejs/composition-api/commit/3f3b9c6))
18+
19+
20+
121
<a name="1.1.0-beta.7"></a>
222
# [1.1.0-beta.7](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.6...v1.1.0-beta.7) (2021-08-09)
323

README.md

Lines changed: 1 addition & 1 deletion
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]-beta.7"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected]"></script>
4545
```
4646
<!--cdn-links-end-->
4747

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
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]-beta.7"></script>
43+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected]"></script>
4444
```
4545
<!--cdn-links-end-->
4646

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/composition-api",
3-
"version": "1.1.0-beta.7",
3+
"version": "1.1.0",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)