diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa5eafc..f6047a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
+## 4.0.4 (2021-09-03)
+
+* refactor: fix some code smells ([a910cff](https://github.com/ph1p/vuepress-jsdoc/commit/a910cff))
+* docs: fix watch-mode and add more informations ([c356bcc](https://github.com/ph1p/vuepress-jsdoc/commit/c356bcc))
+* docs: remove old informations ([1e4f344](https://github.com/ph1p/vuepress-jsdoc/commit/1e4f344))
+* docs: update documentation ([453019f](https://github.com/ph1p/vuepress-jsdoc/commit/453019f))
+* docs: update readme ([91bb90b](https://github.com/ph1p/vuepress-jsdoc/commit/91bb90b))
+* docs(readme): update explanation about readme ([5340d78](https://github.com/ph1p/vuepress-jsdoc/commit/5340d78))
+
+
+
## 4.0.3 (2021-09-02)
+* 4.0.3 ([f45ec52](https://github.com/ph1p/vuepress-jsdoc/commit/f45ec52))
* fix(log): remove log ([631a711](https://github.com/ph1p/vuepress-jsdoc/commit/631a711))
* build: rename workflow and fix command ([8e2dfe5](https://github.com/ph1p/vuepress-jsdoc/commit/8e2dfe5))
* docs: update workflow and scripts ([88e8f01](https://github.com/ph1p/vuepress-jsdoc/commit/88e8f01))
diff --git a/package-lock.json b/package-lock.json
index c4c2cbf..288e3a1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "vuepress-jsdoc",
- "version": "4.0.3",
+ "version": "4.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "4.0.3",
+ "version": "4.0.4",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
diff --git a/package.json b/package.json
index e238c3c..8487369 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vuepress-jsdoc",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "Generate jsdoc markdown files for vuepress",
"main": "dist/index.js",
"scripts": {