From 1a1b9e5aef11b9757e0ec69158160a8d0f31e73c Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 11 Mar 2021 14:35:13 +0800 Subject: [PATCH] chore: release v1.0.0-rc.4 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- README.zh-CN.md | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fe795a..1843b2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.0.0-rc.4](https://github.com/vuejs/composition-api/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2021-03-11) + + +### Bug Fixes + +* **types:** RequiredKeys type ([#655](https://github.com/vuejs/composition-api/issues/655)) ([0677a18](https://github.com/vuejs/composition-api/commit/0677a18)) + + + # [1.0.0-rc.3](https://github.com/vuejs/composition-api/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-03-03) diff --git a/README.md b/README.md index 7e8cec24..2f52878a 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 f37b64ea..e4631bb1 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 e748bab8..cdeb2950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",