Skip to content

Commit

Permalink
chore(release): 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
humyfred committed Mar 23, 2022
1 parent d93b242 commit 67f7168
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [0.6.12](https://github.com/Tencent/cherry-markdown/compare/v0.6.11...v0.6.12) (2022-03-23)


### Bug Fixes

* **list:** use list start number ([d93b242](https://github.com/Tencent/cherry-markdown/commit/d93b24203e4881135a340a20aa590ea5d7606be2))

### [0.6.11](https://github.com/Tencent/cherry-markdown/compare/v0.6.10...v0.6.11) (2022-03-17)


Expand Down
2 changes: 1 addition & 1 deletion dist/cherry-markdown.core.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.esm.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion dist/cherry-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -31300,6 +31300,10 @@
attr['data-sign'] = this.sign;
}

if (children[0] && type === 'ol') {
attr.start = this.tree[children[0]].start;
}

attr["class"] = "cherry-list__".concat(this.tree[children[0]].listStyle);
return concat$5(_context7 = concat$5(_context8 = concat$5(_context9 = "<".concat(type)).call(_context9, attrsToAttributeString(attr), ">")).call(_context8, content, "</")).call(_context7, type, ">");
}
Expand Down Expand Up @@ -84256,7 +84260,7 @@
});
}

var VERSION = "0.6.11-4dc2a7ee";
var VERSION = "0.6.12-d93b2420";
var CherryStatic = /*#__PURE__*/function () {
function CherryStatic() {
_classCallCheck(this, CherryStatic);
Expand Down
2 changes: 1 addition & 1 deletion dist/cherry-markdown.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.min.js

Large diffs are not rendered by default.

Binary file modified dist/fonts/ch-icon.eot
Binary file not shown.
Binary file modified dist/fonts/ch-icon.ttf
Binary file not shown.
Binary file modified dist/fonts/ch-icon.woff
Binary file not shown.
Binary file modified dist/fonts/ch-icon.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cherry-markdown",
"license": "Apache-2.0",
"version": "0.6.11",
"version": "0.6.12",
"description": "a new markdown editor",
"repository": {
"type": "git",
Expand Down

0 comments on commit 67f7168

Please sign in to comment.