Skip to content

Commit 5774b9f

Browse files
committed
chore: release v1.0.0-beta.24
1 parent cf5fa2b commit 5774b9f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.0-beta.24"></a>
2+
# [1.0.0-beta.24](https://github.com/vuejs/composition-api/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2021-01-06)
3+
4+
5+
### Bug Fixes
6+
7+
* **getCurrentInstance:** emit event ([#624](https://github.com/vuejs/composition-api/issues/624)) ([cf5fa2b](https://github.com/vuejs/composition-api/commit/cf5fa2b))
8+
9+
10+
111
<a name="1.0.0-beta.23"></a>
212
# [1.0.0-beta.23](https://github.com/vuejs/composition-api/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2021-01-05)
313

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].23"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].24"></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].23"></script>
43+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].24"></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.0.0-beta.23",
3+
"version": "1.0.0-beta.24",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)