chore: released 2.1.3

This commit is contained in:
RavenHogwarts 2026-06-14 16:47:39 +08:00
parent 087bd12d36
commit fdefc70ae6
4 changed files with 5 additions and 3 deletions

View file

@ -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)

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}