From 4b7c152f6e67debe66d3af7b65ff2a5b3e5644e6 Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Wed, 18 Sep 2019 21:09:00 +0800 Subject: [PATCH] chore(release): 1.5.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50999b39..1a5effd2 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.1 (2019-09-18) + +### Bug Fixes + +* Solved the problem that the image of post shows unexpectedly ([6cbc344](https://github.com/liuyib/hexo-theme-stun/commit/6cbc344)) + +### Features + +* Displaying an icon in localsearch when search result is empty ([a64dd76](https://github.com/liuyib/hexo-theme-stun/commit/a64dd76)) + ## 1.5.0 (2019-09-17) ### Bug Fixes diff --git a/package.json b/package.json index 58007a1d..1469b727 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.5.0", + "version": "1.5.1", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": {