From d8a868123a27b7ec0693ee5b34eb6f7dc5b4c519 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 27 Apr 2022 21:26:07 +0800 Subject: [PATCH] release v1.6.0 --- 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 1ac08c1..6d74aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [1.6.0](https://github.com/vuejs/composition-api/compare/v1.5.0...v1.6.0) (2022-04-27) + + +### Bug Fixes + +* nullish check for vnode ([#925](https://github.com/vuejs/composition-api/issues/925)) ([293f03b](https://github.com/vuejs/composition-api/commit/293f03b)) +* **type:** align watch types with vue3 ([#927](https://github.com/vuejs/composition-api/issues/927)) ([679f5c2](https://github.com/vuejs/composition-api/commit/679f5c2)) + + + # [1.5.0](https://github.com/vuejs/composition-api/compare/v1.4.10...v1.5.0) (2022-04-25) diff --git a/README.md b/README.md index bd4f358..796c633 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 a09303f..696a9d5 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 69ba338..a08c3e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.5.0", + "version": "1.6.0", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",