diff --git a/CHANGELOG.md b/CHANGELOG.md index 809adf653e4d300ce8c19841667b2bcc5c807485..38c6e37c8db4e076db19474abd00b0634107c483 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 6ba59b2deb18a9ca43fbfffa40e2d99831603f1f..fe21f907c80f9207696937fd1ddbed5ab5415ec7 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": {