diff --git a/CHANGELOG.md b/CHANGELOG.md
index abaa6a3..44250da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## 4.6.0
+
+### Features
+
+- Update conventional-changelog and conventional-recommended-bump - by **Stephen Zhou** [(5546e)](https://github.com/hyoban/release-it-pnpm/commit/5546eb8)
+
+### Bug Fixes
+
+- Missing emoji in title - by **Stephen Zhou** [(e3cba)](https://github.com/hyoban/release-it-pnpm/commit/e3cbaf3)
+- Apply breaking change from conventional-recommended-bump - by **Stephen Zhou** [(1b3e8)](https://github.com/hyoban/release-it-pnpm/commit/1b3e8fa)
+
+##### [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.5.1...main)
+
## 4.5.1
### Bug Fixes
diff --git a/docs/package.json b/docs/package.json
index 324b31f..009f675 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
- "version": "4.5.1",
+ "version": "4.6.0",
"private": true,
"scripts": {
"build": "next build",
diff --git a/package.json b/package.json
index 46df142..73a7a77 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "release-it-pnpm",
"type": "module",
- "version": "4.5.1",
+ "version": "4.6.0",
"packageManager": "pnpm@9.1.1",
"description": "Run release-it with pnpm",
"author": "Stephen Zhou ",