diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e5010..c09fd62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [1.7.2](https://github.com/vuejs/composition-api/compare/v1.7.1...v1.7.2) (2023-08-15) + + +### Bug Fixes + +* **types:** function constructor should be a Function ([#972](https://github.com/vuejs/composition-api/issues/972)) ([6247ba3](https://github.com/vuejs/composition-api/commit/6247ba3)) + + +### Features + +* support inject key types ([#986](https://github.com/vuejs/composition-api/issues/986)) ([599423c](https://github.com/vuejs/composition-api/commit/599423c)) + + + ## [1.7.1](https://github.com/vuejs/composition-api/compare/v1.7.0...v1.7.1) (2022-09-23) diff --git a/README.md b/README.md index 1dc575f..9188081 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,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 fd6caa8..b48d1f5 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -43,7 +43,7 @@ import { ref, reactive } from '@vue/composition-api' ```html - + ``` diff --git a/package.json b/package.json index f10fc58..c449b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.7.1", + "version": "1.7.2", "packageManager": "pnpm@8.6.12", "description": "Provide logic composition capabilities for Vue.", "keywords": [