build: 1.1.3

This commit is contained in:
RavenHogWarts 2025-06-17 15:14:27 +08:00
parent 1b8eade647
commit abccc4f8fa
5 changed files with 22 additions and 3 deletions

View file

@ -1,3 +1,12 @@
## [1.1.3](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.1.2...1.1.3) (2025-06-17)
### 🐛 修复
* 将 isDesktopOnly 设置为 false 以支持移动端 ([1b8eade](https://github.com/RavenHogWarts/obsidian-ace-code-editor/commit/1b8eade6477790bd0b186285a46510175ba2d99e))
## [1.1.2](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.1.1...1.1.2) (2025-06-16)

View file

@ -1,3 +1,12 @@
## [1.1.3](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.1.2...1.1.3) (2025-06-17)
### 🐛 Bug Fixes
* Set isDesktopOnly to false to support mobile devices ([1b8eade](https://github.com/RavenHogWarts/obsidian-ace-code-editor/commit/1b8eade6477790bd0b186285a46510175ba2d99e))
## [1.1.2](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.1.1...1.1.2) (2025-06-16)

View file

@ -1,7 +1,7 @@
{
"id": "ace-code-editor",
"name": "Ace Code Editor",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "1.8.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": "1.1.2",
"version": "1.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

@ -5,5 +5,6 @@
"1.0.3": "1.8.0",
"1.1.0": "1.8.0",
"1.1.1": "1.8.0",
"1.1.2": "1.8.0"
"1.1.2": "1.8.0",
"1.1.3": "1.8.0"
}