Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Aug 4, 2019
1 parent 78cc75a commit 82e7afe
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion layout/_third-party/comments/gitalk.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion layout/_third-party/comments/gitment.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 82e7afe

Please sign in to comment.