Skip to content

Commit

Permalink
chore(release): 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
humyfred committed Mar 17, 2022
1 parent 64f1001 commit 9cfeb41
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.10](https://github.com/Tencent/cherry-markdown/compare/v0.6.9...v0.6.10) (2022-03-17)

### [0.6.9](https://github.com/Tencent/cherry-markdown/compare/v0.6.8...v0.6.9) (2022-03-14)


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.

8 changes: 4 additions & 4 deletions dist/cherry-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -37178,19 +37178,19 @@
Up: function Up() {
if (suggesterPanel.cursorMove) {
// logic to decide whether to move up or not
return Pass;
return Pass.toString();
}
},
Down: function Down() {
if (suggesterPanel.cursorMove) {
// logic to decide whether to move up or not
return Pass;
return Pass.toString();
}
},
Enter: function Enter() {
if (suggesterPanel.cursorMove) {
// logic to decide whether to move up or not
return Pass;
return Pass.toString();
}
}
});
Expand Down Expand Up @@ -84246,7 +84246,7 @@
});
}

var VERSION = "0.6.9-dc044e99";
var VERSION = "0.6.10-64f1001b";
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.9",
"version": "0.6.10",
"description": "a new markdown editor",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9cfeb41

Please sign in to comment.