diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2a6ee..9e2e772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 4.0.2 (2021-09-02) + +* docs: document vuepress-jsdoc with itself ([6c93149](https://github.com/ph1p/vuepress-jsdoc/commit/6c93149)) + + + ## 4.0.1 (2021-09-02) +* test: fix index file ([227b46b](https://github.com/ph1p/vuepress-jsdoc/commit/227b46b)) +* 4.0.1 ([b445b61](https://github.com/ph1p/vuepress-jsdoc/commit/b445b61)) * fix(index): handle index files ([a65e631](https://github.com/ph1p/vuepress-jsdoc/commit/a65e631)) * build: remove condition ([f59edb3](https://github.com/ph1p/vuepress-jsdoc/commit/f59edb3)) diff --git a/package-lock.json b/package-lock.json index fa0e951..686fff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "vuepress-jsdoc", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index e4c4322..76e5236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-jsdoc", - "version": "4.0.1", + "version": "4.0.2", "description": "Generate jsdoc markdown files for vuepress", "main": "dist/index.js", "scripts": {