diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f63451cfa41d38e6b097cff34eb1d0ffd43f85..4a4197b973e7c6cefab641ae891a73f15b3ff29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3 (2019-08-24) + +### Bug Fixes + +* Solve the local search can't work when use some comment system ([bc8c2bd](https://github.com/liuyib/hexo-theme-stun/commit/bc8c2bd)) + +### Features + +* Add quicklink support ([9c06aa4](https://github.com/liuyib/hexo-theme-stun/commit/9c06aa4)) + ## 1.2.2 (2019-08-08) ### Features diff --git a/package.json b/package.json index ff98fec8358de4490052c7cb58c449fe32e7050d..17e2c702c170338fb86caaf6d617b56261de6a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.2.2", + "version": "1.2.3", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": {