diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecdf81..237371c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.4](https://github.com/minhuaF/blog/compare/v0.0.3...v0.0.4) (2021-05-28) + + +### Features + +* add test file ([163e01e](https://github.com/minhuaF/blog/commit/163e01ef142ade9dd6eb42910d753b9921a41aab)) + ### [0.0.3](https://github.com/minhuaF/blog/compare/v0.0.2...v0.0.3) (2021-05-28) ### 0.0.2 (2021-05-28) diff --git a/package-lock.json b/package-lock.json index 65985b8..9fd4551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "miwa-blog", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2cf7ee7..ceb069c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "miwa-blog", - "version": "0.0.3", + "version": "0.0.4", "scripts": { "release": "standard-version", "prepare": "husky install"