Skip to content

Commit a7e2f3d

Browse files
committed
chore(release): 0.8.11
1 parent a96dc83 commit a7e2f3d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.8.11](https://github.com/Tencent/cherry-markdown/compare/v0.8.10...v0.8.11) (2022-12-28)
6+
7+
8+
### Bug Fixes
9+
10+
* **insert:** Fix insert code instruction failure ([#373](https://github.com/Tencent/cherry-markdown/issues/373)) ([a1b3914](https://github.com/Tencent/cherry-markdown/commit/a1b39142d90861964c9b25f04f76dd38b99f50a0))
11+
512
### [0.8.10](https://github.com/Tencent/cherry-markdown/compare/v0.8.9...v0.8.10) (2022-12-21)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cherry-markdown",
33
"license": "Apache-2.0",
4-
"version": "0.8.10",
4+
"version": "0.8.11",
55
"description": "a new markdown editor",
66
"repository": {
77
"type": "git",

src/sass/ch-icon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
.ch-icon-cherry-table-insert-right:before { content: "\EA56" }
8484
.ch-icon-cherry-table-insert-top:before { content: "\EA57" }
8585
.ch-icon-sort-s:before { content: "\EA58" }
86-
.ch-icon-pinyin:before { content: "\EA59" }
86+
.ch-icon-pinyin:before { content: "\EA59" }

0 commit comments

Comments
 (0)