From a492aa64ace72f8e7d9b77b5685d840a9fab1239 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 26 Feb 2022 19:38:02 +0800 Subject: [PATCH] release v1.4.9 --- CHANGELOG.md | 5 +++++ README.md | 2 +- README.zh-CN.md | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff029db..95220a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [1.4.9](https://github.com/vuejs/composition-api/compare/v1.4.8...v1.4.9) (2022-02-26) + + + ## [1.4.8](https://github.com/vuejs/composition-api/compare/v1.4.7...v1.4.8) (2022-02-26) diff --git a/README.md b/README.md index 0144a561..08395242 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 6cc16871..39428611 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 e161d609..cf7bc688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.4.8", + "version": "1.4.9", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",