Skip to content

Commit 2436ba2

Browse files
committed
chore: release v1.7.2
1 parent 55c89d8 commit 2436ba2

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="1.7.2"></a>
2+
## [1.7.2](https://github.com/vuejs/composition-api/compare/v1.7.1...v1.7.2) (2023-08-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **types:** function constructor should be a Function ([#972](https://github.com/vuejs/composition-api/issues/972)) ([6247ba3](https://github.com/vuejs/composition-api/commit/6247ba3))
8+
9+
10+
### Features
11+
12+
* support inject key types ([#986](https://github.com/vuejs/composition-api/issues/986)) ([599423c](https://github.com/vuejs/composition-api/commit/599423c))
13+
14+
15+
116
<a name="1.7.1"></a>
217
## [1.7.1](https://github.com/vuejs/composition-api/compare/v1.7.0...v1.7.1) (2022-09-23)
318

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
4444
<!--cdn-links-start-->
4545
```html
4646
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
47-
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].1"></script>
47+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].2"></script>
4848
```
4949
<!--cdn-links-end-->
5050

README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import { ref, reactive } from '@vue/composition-api'
4343
<!--cdn-links-start-->
4444
```html
4545
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
46-
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].1"></script>
46+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].2"></script>
4747
```
4848
<!--cdn-links-end-->
4949

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.7.1",
3+
"version": "1.7.2",
44
"packageManager": "[email protected]",
55
"description": "Provide logic composition capabilities for Vue.",
66
"keywords": [

0 commit comments

Comments
 (0)