From 5e3fc1e37706c4deaf2ad7f6e3b31ceee145846e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 23 Sep 2022 12:57:32 +0800 Subject: [PATCH] release v1.7.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- README.zh-CN.md | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b86a8..e3e5010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.7.1](https://github.com/vuejs/composition-api/compare/v1.7.0...v1.7.1) (2022-09-23) + + +### Bug Fixes + +* **types:** add `Date` to `BaseTypes` ([#957](https://github.com/vuejs/composition-api/issues/957)) ([c3f4e91](https://github.com/vuejs/composition-api/commit/c3f4e91)) +* **types:** add types to package export ([#968](https://github.com/vuejs/composition-api/issues/968)) ([39f2036](https://github.com/vuejs/composition-api/commit/39f2036)) + + + # [1.7.0](https://github.com/vuejs/composition-api/compare/v1.6.3...v1.7.0) (2022-07-01) diff --git a/README.md b/README.md index 79908ab..1847a08 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 e8353db..315e614 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 b1324fd..8f1630b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.7.0", + "version": "1.7.1", "packageManager": "pnpm@7.0.0", "description": "Provide logic composition capabilities for Vue.", "keywords": [