Skip to content

Commit aa01853

Browse files
committed
chore(release): 0.7.9
1 parent 2b31150 commit aa01853

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.7.9](https://github.com/Tencent/cherry-markdown/compare/v0.7.8...v0.7.9) (2022-08-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **imageLazyLoad:** 修复懒加载开关配置 ([01543f8](https://github.com/Tencent/cherry-markdown/commit/01543f8b51cdb217694efd6f7d0386e8f37add4c))
11+
12+
13+
### Css or Code Change
14+
15+
* remove ambiguous css reset ([e159254](https://github.com/Tencent/cherry-markdown/commit/e159254333f4923f450ae36499d8024931b1e7b8))
16+
517
### [0.7.8](https://github.com/Tencent/cherry-markdown/compare/v0.7.7...v0.7.8) (2022-08-04)
618

719

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.7.8",
4+
"version": "0.7.9",
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)