Skip to content

Commit 3e32b14

Browse files
committed
4.1.2
- Removed accidental console log
1 parent 00a373e commit 3e32b14

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-admonition",
33
"name": "Admonition",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"minAppVersion": "0.11.0",
66
"description": "Admonition block-styled content for Obsidian.md",
77
"author": "Jeremy Valentine",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-admonition",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Admonition block-styled content for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ export default class ObsidianAdmonition
244244
delete CodeMirror.modes[`ad-${type}`];
245245
}
246246
});
247-
console.log(this);
248247
this.app.workspace.layoutReady
249248
? this.layoutReady()
250249
: this.app.workspace.on(

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"3.2.2": "0.11.0",
77
"3.3.4": "0.11.0",
88
"4.0.1": "0.11.0",
9-
"4.1.1": "0.11.0"
9+
"4.1.2": "0.11.0"
1010
}

0 commit comments

Comments
 (0)