From 82e7afe046f562f67a0dce9287406901751ed61a Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Sat, 3 Aug 2019 21:17:06 +0800 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 15 +++++++++++++++ _config.yml | 4 ++-- layout/_third-party/comments/gitalk.pug | 2 +- layout/_third-party/comments/gitment.pug | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c6e37c..8ed2628a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.2.0 (2019-08-03) + +### Bug Fixes + +* Change the cdn of canvas-nest to fix the problem of display ([1ae8079](https://github.com/liuyib/hexo-theme-stun/commit/1ae8079)) + +### Features + +* Add tag plugin of 'friends' ([6c09945](https://github.com/liuyib/hexo-theme-stun/commit/6c09945)) +* Add tag plugin of 'note' ([c9d5e81](https://github.com/liuyib/hexo-theme-stun/commit/c9d5e81)) +* Add tag plugin of 'table' ([1d86188](https://github.com/liuyib/hexo-theme-stun/commit/1d86188)) +* Add lazyload of images ([0699e51](https://github.com/liuyib/hexo-theme-stun/commit/0699e51)) +* Add enlarge the image when clicked without dependencies ([6a8023a](https://github.com/liuyib/hexo-theme-stun/commit/6a8023a)) +* Add support with toc & reward & copyright in front-matter ([350fc82](https://github.com/liuyib/hexo-theme-stun/commit/350fc82)) + ### 1.1.4 (2019-07-25) ### Bug Fixes diff --git a/_config.yml b/_config.yml index fcaeda80..c3295594 100644 --- a/_config.yml +++ b/_config.yml @@ -629,7 +629,7 @@ cdn: # md5: //cdn.jsdelivr.net/npm/js-md5@latest/src/md5.min.js gitalk_js: gitalk_css: - md5: + gitalk_md5: # gitment & js-md5 # Using version: latest & latest @@ -640,7 +640,7 @@ cdn: # md5: //cdn.jsdelivr.net/npm/js-md5@latest/src/md5.min.js gitment_js: gitment_css: - md5: + gitment_md5: # valine & leancloud-storage # Using version: latest & latest diff --git a/layout/_third-party/comments/gitalk.pug b/layout/_third-party/comments/gitalk.pug index 1657b4c0..169a01fa 100644 --- a/layout/_third-party/comments/gitalk.pug +++ b/layout/_third-party/comments/gitalk.pug @@ -5,7 +5,7 @@ if (theme.cdn.gitalk_js) gitalk_js = theme.cdn.gitalk_js if (theme.cdn.gitalk_css) gitalk_css = theme.cdn.gitalk_css - if (theme.cdn.md5) gitalk_md5 = theme.cdn.md5 + if (theme.cdn.gitalk_md5) gitalk_md5 = theme.cdn.gitalk_md5 link(href=gitalk_css rel="stylesheet" type="text/css") script(src=gitalk_js) diff --git a/layout/_third-party/comments/gitment.pug b/layout/_third-party/comments/gitment.pug index 5488ee71..c55016f0 100644 --- a/layout/_third-party/comments/gitment.pug +++ b/layout/_third-party/comments/gitment.pug @@ -5,7 +5,7 @@ if (theme.cdn.gitment_js) gitment_js = theme.cdn.gitment_js if (theme.cdn.gitment_css) gitment_css = theme.cdn.gitment_css - if (theme.cdn.md5) gitment_md5 = theme.cdn.md5 + if (theme.cdn.gitment_md5) gitment_md5 = theme.cdn.gitment_md5 link(href=gitment_css rel="stylesheet" type="text/css") script(src=gitment_js) diff --git a/package.json b/package.json index fe21f907..3719ee45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.1.4", + "version": "1.2.0", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": {