diff --git a/CHANGELOG.md b/CHANGELOG.md index 273c81ec..1899848f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.4.2](https://github.com/vuejs/composition-api/compare/v1.4.1...v1.4.2) (2021-12-17) + + +### Bug Fixes + +* export Directives type ([#864](https://github.com/vuejs/composition-api/issues/864)) ([9276e30](https://github.com/vuejs/composition-api/commit/9276e30)) +* resolve conflicts with vue2 interface ([#869](https://github.com/vuejs/composition-api/issues/869)) ([e84b488](https://github.com/vuejs/composition-api/commit/e84b488)) + + + ## [1.4.1](https://github.com/vuejs/composition-api/compare/v1.4.0...v1.4.1) (2021-11-30) diff --git a/README.md b/README.md index 25c854ef..8f94f8e6 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 abc21328..0d27d04a 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 a29819d6..7574a0c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.4.1", + "version": "1.4.2", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",