Skip to content

Commit

Permalink
release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 25, 2022
1 parent 7c1c248 commit 7a416db
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
<a name="1.5.0"></a>
# [1.5.0](https://github.com/vuejs/composition-api/compare/v1.4.10...v1.5.0) (2022-04-25)


### Features

* **createElement:** allow createElement to bind vm ([#920](https://github.com/vuejs/composition-api/issues/920)) ([564a5a4](https://github.com/vuejs/composition-api/commit/564a5a4))
* Unified as the key of raw in vue3 ([#922](https://github.com/vuejs/composition-api/issues/922)) ([5874eb5](https://github.com/vuejs/composition-api/commit/5874eb5))



<a name="1.4.10"></a>
## [1.4.10](https://github.com/vuejs/composition-api/compare/v1.4.9...v1.4.10) (2022-03-16)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
<!--cdn-links-start-->
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.6"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.4.10"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.5.0"></script>
```
<!--cdn-links-end-->

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Expand Up @@ -40,7 +40,7 @@ import { ref, reactive } from '@vue/composition-api'
<!--cdn-links-start-->
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.6"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.4.10"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.5.0"></script>
```
<!--cdn-links-end-->

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/composition-api",
"version": "1.4.10",
"version": "1.5.0",
"description": "Provide logic composition capabilities for Vue.",
"keywords": [
"vue",
Expand Down

0 comments on commit 7a416db

Please sign in to comment.