diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7c7825222fcb1541e7b60e8c1fa82e6fff5fb1..939c507b3e31ed6399c4037366028a564728e5cf 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.5.3 (2019-10-03) + +### Bug Fixes + +* Solved that localsearch throw error when post has code snippet ([97fb081](https://github.com/liuyib/hexo-theme-stun/commit/97fb081)) + +### Features + +* Add the info of theme in console ([0baa62f](https://github.com/liuyib/hexo-theme-stun/commit/0baa62f)) + ### 1.5.2 (2019-09-20) ### Bug Fixes diff --git a/package.json b/package.json index f6f0ebb280d316774a10e6446b6dbe94004501c0..6f577da85e03e2213139b080628eccb0b56368e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.5.2", + "version": "1.5.3", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": {