diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74a5fd54..c864a371 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+## [1.4.4](https://github.com/vuejs/composition-api/compare/v1.4.3...v1.4.4) (2022-01-16)
+
+
+### Bug Fixes
+
+* **types:** `emit` type in SetupContext ([#884](https://github.com/vuejs/composition-api/issues/884)) ([5c35403](https://github.com/vuejs/composition-api/commit/5c35403))
+* **types:** update inject and unref type ([#888](https://github.com/vuejs/composition-api/issues/888)) ([315f6ab](https://github.com/vuejs/composition-api/commit/315f6ab))
+
+
+
## [1.4.3](https://github.com/vuejs/composition-api/compare/v1.4.2...v1.4.3) (2021-12-27)
diff --git a/README.md b/README.md
index 2fd7df16..ba10388e 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 b8b16a2a..40ee2310 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 769bade1..5643a3c9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/composition-api",
- "version": "1.4.3",
+ "version": "1.4.4",
"description": "Provide logic composition capabilities for Vue.",
"keywords": [
"vue",