From 07cad7236ad1201f409541c5073c8d4fd19c900e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 22 Aug 2021 23:01:47 +0800 Subject: [PATCH] chore: release v1.1.3 --- 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 10870b10..02d50fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [1.1.3](https://github.com/vuejs/composition-api/compare/v1.1.2...v1.1.3) (2021-08-22) + + + ## [1.1.2](https://github.com/vuejs/composition-api/compare/v1.1.1...v1.1.2) (2021-08-21) diff --git a/README.md b/README.md index 9735fb53..c7d2a307 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 9d96aa19..f4e7f89f 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 7fd9ca08..6755002d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.1.2", + "version": "1.1.3", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",