mirror of
https://github.com/raven-pensieve/obsidian-ace-code-editor.git
synced 2026-07-22 05:48:56 +00:00
chore: released 2.1.3
This commit is contained in:
parent
087bd12d36
commit
fdefc70ae6
4 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
## [2.1.3](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/compare/2.1.2...2.1.3) (2026-06-14)
|
||||
## [2.1.2](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/compare/2.1.1...2.1.2) (2026-06-14)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "ace-code-editor",
|
||||
"name": "Ace Code Editor",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"minAppVersion": "1.11.0",
|
||||
"description": "An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.",
|
||||
"author": "RavenHogWarts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ace-code-editor",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"description": "An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -24,5 +24,6 @@
|
|||
"2.0.3": "1.11.0",
|
||||
"2.1.0": "1.11.0",
|
||||
"2.1.1": "1.11.0",
|
||||
"2.1.2": "1.11.0"
|
||||
"2.1.2": "1.11.0",
|
||||
"2.1.3": "1.11.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue