diff --git a/CHANGELOG.md b/CHANGELOG.md index ee91f8c..7a1ce9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.6.3](https://github.com/vuejs/composition-api/compare/v1.6.2...v1.6.3) (2022-06-24) + + +### Features + +* support Vue3 style app-level provide ([#945](https://github.com/vuejs/composition-api/issues/945)) ([d167b9b](https://github.com/vuejs/composition-api/commit/d167b9b)) + + + ## [1.6.2](https://github.com/vuejs/composition-api/compare/v1.6.1...v1.6.2) (2022-05-23) diff --git a/README.md b/README.md index c15a00d..fc5e006 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 8cf1a11..8345d60 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 c01a5bf..740c80c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.6.2", + "version": "1.6.3", "packageManager": "pnpm@7.0.0", "description": "Provide logic composition capabilities for Vue.", "keywords": [