From a80466ffb64f662abe1eac988c297cd5ed97aa21 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 25 May 2023 02:40:19 +0000 Subject: [PATCH] chore(release): v1.1.0 * 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)) --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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 +}