From fdefc70ae64c5ade1b33b554c6dc47b91fc51c10 Mon Sep 17 00:00:00 2001 From: RavenHogwarts Date: Sun, 14 Jun 2026 16:47:39 +0800 Subject: [PATCH] chore: released 2.1.3 --- CHANGELOG.md | 1 + manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffdf9c..105f3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 1ae6fb9..a03dae6 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 6230757..0b3b898 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index e6ffccf..80871aa 100644 --- a/versions.json +++ b/versions.json @@ -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" }