diff --git a/CHANGELOG.md b/CHANGELOG.md index 658421d5..200bac7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.3.2](https://github.com/vuejs/composition-api/compare/v1.3.1...v1.3.2) (2021-11-03) + + +### Bug Fixes + +* changing prop causes rerender to lose attributes [#840](https://github.com/vuejs/composition-api/issues/840) ([#843](https://github.com/vuejs/composition-api/issues/843)) ([a43090d](https://github.com/vuejs/composition-api/commit/a43090d)) + + + ## [1.3.1](https://github.com/vuejs/composition-api/compare/v1.3.0...v1.3.1) (2021-11-01) diff --git a/README.md b/README.md index 0aaf514a..525b5614 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 7a37d293..8145332a 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 10ba8843..8d1528d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.3.1", + "version": "1.3.2", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",