diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c579d25..273c81ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [1.4.1](https://github.com/vuejs/composition-api/compare/v1.4.0...v1.4.1) (2021-11-30) + + +### Bug Fixes + +* **toRef:** issue [#855](https://github.com/vuejs/composition-api/issues/855) ([#859](https://github.com/vuejs/composition-api/issues/859)) ([b3e61a4](https://github.com/vuejs/composition-api/commit/b3e61a4)) + + +### Features + +* add directives type support ([#863](https://github.com/vuejs/composition-api/issues/863)) ([678a4b3](https://github.com/vuejs/composition-api/commit/678a4b3)) + + + # [1.4.0](https://github.com/vuejs/composition-api/compare/v1.4.0-beta.0...v1.4.0) (2021-11-14) diff --git a/README.md b/README.md index 342e00e1..25c854ef 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 5af56dc0..1d9f8fdc 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 497a8709..a29819d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.4.0", + "version": "1.4.1", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",