From d467b8f36e8ab6859c536ff29bffdf8aec79e41f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 18 Jul 2021 10:36:32 +0800 Subject: [PATCH] chore: release v1.0.3 --- 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 e9be5184..23bc9db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.0.3](https://github.com/vuejs/composition-api/compare/v1.0.2...v1.0.3) (2021-07-18) + + +### Bug Fixes + +* build for mjs and exports all submodules ([69538ee](https://github.com/vuejs/composition-api/commit/69538ee)) + + + ## [1.0.2](https://github.com/vuejs/composition-api/compare/v1.0.1...v1.0.2) (2021-07-16) diff --git a/README.md b/README.md index 45c442aa..e29fbae8 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 9bfa9ca2..72755d0b 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 1d29109f..32d3f71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.0.2", + "version": "1.0.3", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",