Skip to content

Commit 1244b31

Browse files
committed
feat: bump version to 1.0.21
1 parent e6a8c6c commit 1244b31

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.21] - 2023-11-18
4+
5+
### Bug Fixes
6+
7+
- Fix the code block display problem in the blockquote.
8+
39
## [1.0.20] - 2023-11-17
410

511
### New Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
alt="NPM Version"
88
/></a>
99
<a
10-
href="https://github.com/nova1751/hexo-shiki-plugin/actions/workflows/publish.yml"
10+
href="https://github.com/nova1751/hexo-shiki-plugin/actions/workflows/release.yml"
1111
><img
12-
src="https://img.shields.io/github/actions/workflow/status/nova1751/hexo-shiki-plugin/publish.yml?style=flat-square"
12+
src="https://img.shields.io/github/actions/workflow/status/nova1751/hexo-shiki-plugin/release.yml?style=flat-square"
1313
alt="Build Status"
1414
/></a>
1515
<a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-shiki-plugin",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "A beautiful hexo code block highlight plugin based on shiki",
55
"author": "nova1751",
66
"license": "MIT",

0 commit comments

Comments
 (0)