Skip to content

Commit

Permalink
chore: release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 3, 2021
1 parent 165d892 commit 366a8ab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.3.2"></a>
## [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))



<a name="1.3.1"></a>
## [1.3.1](https://github.com/vuejs/composition-api/compare/v1.3.0...v1.3.1) (2021-11-01)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
<!--cdn-links-start-->
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.6"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.3.1"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.3.2"></script>
```
<!--cdn-links-end-->

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Expand Up @@ -40,7 +40,7 @@ import { ref, reactive } from '@vue/composition-api'
<!--cdn-links-start-->
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.6"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.3.1"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.3.2"></script>
```
<!--cdn-links-end-->

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 366a8ab

Please sign in to comment.