diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c821488 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [0.1.0](https://github.com/FE-Alog/hexo-theme-alog/compare/v0.0.5...v0.1.0) (2023-05-25) + + +### Features + +* add support for more comment systems and custom page headers ([#2](https://github.com/FE-Alog/hexo-theme-alog/issues/2)) ([e75f3db](https://github.com/FE-Alog/hexo-theme-alog/commit/e75f3dbf80ca3eff4409ab102a91ac51c407523d)) diff --git a/package.json b/package.json index 97ba0ce..60f5c68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hexo-theme-alog", "private": false, - "version": "0.0.5", + "version": "0.1.0", "description": "Alog is a simple and elegant hexo theme.", "repository": { "type": "git", @@ -40,4 +40,4 @@ "access": "public", "provenance": true } -} \ No newline at end of file +}