From 77a38b788bc553627ae8a7ce685d7809d9479013 Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Thu, 29 Aug 2019 23:18:30 +0800 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d96b8..3aefc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.1 (2019-08-29) + +### Bug Fixes + +* Fix busuanzi & math & comments invalid when enable pjax ([037bbc7](https://github.com/liuyib/hexo-theme-stun/commit/037bbc7)) + +* Fix some third-party script invalid when pjax is enabled ([29b8d02](https://github.com/liuyib/hexo-theme-stun/commit/29b8d02)) + ### 1.3.0 (2019-08-28) ### Bug Fixes diff --git a/package.json b/package.json index fc2862f..8000cb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.3.0", + "version": "1.3.1", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": { -- GitLab