提交 82e7afe0 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

chore(release): 1.2.0

上级 78cc75aa
......@@ -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
......
......@@ -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
......
......@@ -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)
......
......@@ -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)
......
{
"name": "hexo-theme-stun",
"version": "1.1.4",
"version": "1.2.0",
"description": "A beautiful blog theme - stun",
"homepage": "https://liuyib.github.io",
"scripts": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册