From 94e4d34a337040bbe5a287269c495af54ded31dd Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Thu, 25 Jul 2019 09:56:38 +0800 Subject: [PATCH] chore(release): 1.1.4 docs: Update --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809adf6..38c6e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.4 (2019-07-25) + +### Bug Fixes + +* Solve that external icon showing on new line ([3a08c20](https://github.com/liuyib/hexo-theme-stun/commit/3a08c20)) +* Solve that can't click header item when notice component alert ([3cab3f3](https://github.com/liuyib/hexo-theme-stun/commit/3cab3f3)) + +### Features + +* Support fancybox & 'photos' attribute of front-matter ([23cf50f](https://github.com/liuyib/hexo-theme-stun/commit/23cf50f)) +* Add advertising support by google adsense ([b192294](https://github.com/liuyib/hexo-theme-stun/commit/b192294)) + ### 1.1.3 (2019-07-22) ### Features diff --git a/package.json b/package.json index 6ba59b2..fe21f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.1.3", + "version": "1.1.4", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": { -- GitLab