Skip to content

Commit bc039b4

Browse files
committed
🎉 Release: v1.9.0
1 parent acc753f commit bc039b4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# :tada: 1.9.0 (2020-10-21)
2+
3+
4+
### :sparkles: Features
5+
6+
* add some options in slides configuration ([9a3bd2e](https://github.com/Molunerfinn/hexo-theme-melody/commit/9a3bd2e))
7+
* **comment:** add vssue comment system ([#302](https://github.com/Molunerfinn/hexo-theme-melody/issues/302)) ([e49a2b2](https://github.com/Molunerfinn/hexo-theme-melody/commit/e49a2b2))
8+
9+
10+
### :bug: Bug Fixes
11+
12+
* decodeURL -> decodeURI ([6929e58](https://github.com/Molunerfinn/hexo-theme-melody/commit/6929e58))
13+
* image witdh can't fit the content ([cbb36bf](https://github.com/Molunerfinn/hexo-theme-melody/commit/cbb36bf)), closes [#285](https://github.com/Molunerfinn/hexo-theme-melody/issues/285)
14+
* unexpected navbar menu ([b9627a7](https://github.com/Molunerfinn/hexo-theme-melody/commit/b9627a7)), closes [#291](https://github.com/Molunerfinn/hexo-theme-melody/issues/291)
15+
* URL display problem in some environments ([#284](https://github.com/Molunerfinn/hexo-theme-melody/issues/284)) ([355b021](https://github.com/Molunerfinn/hexo-theme-melody/commit/355b021))
16+
17+
18+
119
## :tada: 1.8.2 (2020-08-09)
220

321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-melody",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "hexo-theme-melody hexo theme",
55
"scripts": {
66
"cz": "git-cz",

0 commit comments

Comments
 (0)