From 2275bf93d044dceea1ee670acfc6d3d745cc55b2 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 12 Sep 2020 15:09:24 +0800 Subject: [PATCH] chore: release v1.0.0-beta.13 --- 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 b8f07cf2..9a5d1423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.0.0-beta.13](https://github.com/vuejs/composition-api/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-09-12) + + +### Bug Fixes + +* **sets:** check for window to avoid SSR errors ([#511](https://github.com/vuejs/composition-api/issues/511)) ([9ea7230](https://github.com/vuejs/composition-api/commit/9ea7230)) + + + # [1.0.0-beta.12](https://github.com/vuejs/composition-api/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2020-09-12) diff --git a/README.md b/README.md index f54a09e5..b7ac4df5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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 16e48d85..6a834868 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 5cb5d24c..63832da0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",