From d5a0aeb3c204b4da89e6d7a5c37f6407d613aa2b Mon Sep 17 00:00:00 2001 From: liuyibo Date: Sun, 27 Nov 2022 18:58:56 +0800 Subject: [PATCH] chore(release): 2.8.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 942899bb..f78404ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [2.8.0](https://github.com/liuyib/hexo-theme-stun/compare/v2.7.0...v2.8.0) (2022-11-27) + + +### Features + +* support set title/subtitle of banner ([7053cbc](https://github.com/liuyib/hexo-theme-stun/commit/7053cbc106d3e1bdf6ab14ddf6817d9c02170aa8)) +* support to override css by custom .css ([1a8a055](https://github.com/liuyib/hexo-theme-stun/commit/1a8a05543bf74aaf219f40e13e3cfb8e2ac252a1)) + + +### Bug Fixes + +* **pjax:** image/title/subtitle of banner are not updated ([e41f2b7](https://github.com/liuyib/hexo-theme-stun/commit/e41f2b721284696d0aa3e93e35419be5c1848d39)) + ## [2.7.0](https://github.com/liuyib/hexo-theme-stun/compare/v2.4.0...v2.7.0) (2022-07-11) ### Features diff --git a/package-lock.json b/package-lock.json index a33a8282..27250693 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 963d9f8e..1fd2c48f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "2.7.0", + "version": "2.8.0", "description": "A beautiful & simple theme for Hexo", "homepage": "https://liuyib.github.io", "scripts": {