diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec52b03b..2a70684b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [1.4.0-beta.0](https://github.com/vuejs/composition-api/compare/v1.3.3...v1.4.0-beta.0) (2021-11-07)
+
+
+### Features
+
+* add component $emit typing support ([#846](https://github.com/vuejs/composition-api/issues/846)) ([b980175](https://github.com/vuejs/composition-api/commit/b980175))
+
+
+
## [1.3.3](https://github.com/vuejs/composition-api/compare/v1.3.2...v1.3.3) (2021-11-03)
diff --git a/README.md b/README.md
index 858d40ac..222123d7 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 b6376263..01331dcc 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 28d4ba24..b3277693 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/composition-api",
- "version": "1.3.3",
+ "version": "1.4.0-beta.0",
"description": "Provide logic composition capabilities for Vue.",
"keywords": [
"vue",