From 7a416dbda6b782f11c3d2a7d045897fea3b72a13 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 25 Apr 2022 12:52:34 +0800 Subject: [PATCH] release v1.5.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- README.zh-CN.md | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a6117f..1ac08c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [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)) + + + ## [1.4.10](https://github.com/vuejs/composition-api/compare/v1.4.9...v1.4.10) (2022-03-16) diff --git a/README.md b/README.md index 0f6c8616..bd4f3583 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall ```html - + ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index fa13b0d5..a09303f8 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -40,7 +40,7 @@ import { ref, reactive } from '@vue/composition-api' ```html - + ``` diff --git a/package.json b/package.json index e115456b..69ba338d 100644 --- a/package.json +++ b/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",