diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68ebef1..9ba6579 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,31 @@
# Changelog
+## [Version 1.4.0](https://github.com/lobehub/chat-plugin-template/compare/v1.3.0...v1.4.0)
+
+Released on **2023-12-02**
+
+#### ✨ Features
+
+- **misc**: Add meta into manifest.
+
+
+
+
+Improvements and Fixes
+
+#### What's improved
+
+- **misc**: Add meta into manifest ([48da33e](https://github.com/lobehub/chat-plugin-template/commit/48da33e))
+
+
+
+
+
+[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
+
+
+
## [Version 1.3.0](https://github.com/lobehub/chat-plugin-template/compare/v1.2.1...v1.3.0)
Released on **2023-11-16**
diff --git a/package.json b/package.json
index 283819a..0075ce3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "plugin-identifier",
- "version": "1.3.0",
+ "version": "1.4.0",
"private": true,
"description": "This is the plugin template for LobeChat plugin development",
"homepage": "https://github.com/lobehub/chat-plugin-template",