From a33e400ac9d19f5a63764de3ef90de8aae01e81b Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 25 Feb 2022 01:25:59 +0800 Subject: [PATCH] release v1.4.7 --- 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 2d4803cd..50d590af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.4.7](https://github.com/vuejs/composition-api/compare/v1.4.6...v1.4.7) (2022-02-24) + + +### Bug Fixes + +* markRaw in watch ([#903](https://github.com/vuejs/composition-api/issues/903)) ([192f4c1](https://github.com/vuejs/composition-api/commit/192f4c1)) + + + ## [1.4.6](https://github.com/vuejs/composition-api/compare/v1.4.5...v1.4.6) (2022-02-07) diff --git a/README.md b/README.md index e56f8a1e..956a603f 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 f3af9e42..c6651f62 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 68d731db..8a0fbf98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.4.6", + "version": "1.4.7", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",