From 17d90d082851eef3359a6498bccb70f829e7aeff Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Tue, 16 Jul 2019 16:17:57 +0800 Subject: [PATCH] chore(release): 1.1.1 docs: Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b2032..13efb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +### 1.1.1 (2019-07-16) + +### Bug Fixes + +* Solve peoblem of repeating initial comment by gitalk & gitment ([6a16476](https://github.com/liuyib/hexo-theme-stun/commit/6a16476)) + +### Features + +* Add reading statistics of valine ([b4e313a](https://github.com/liuyib/hexo-theme-stun/commit/b4e313a)) +* Add valine comment ([170fcb3](https://github.com/liuyib/hexo-theme-stun/commit/170fcb3)) +* Add mask effect of top image & remove blur effect ([7667e19](https://github.com/liuyib/hexo-theme-stun/commit/7667e19)) +* Add disqus comment ([a2016e8](https://github.com/liuyib/hexo-theme-stun/commit/a2016e8)) +* Add livere comment ([a9579eb](https://github.com/liuyib/hexo-theme-stun/commit/a9579eb)) + ## 1.1.0 (2019-07-14) ### Bug Fixes diff --git a/package.json b/package.json index 23daa4f..9f8d2bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.1.0", + "version": "1.1.1", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": { -- GitLab