release: v0.1.9

This commit is contained in:
2026-07-24 11:27:47 +08:00
parent a44abea401
commit 734a423b9d
16 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/**
* MetonaEditor - 轻量级 Markdown Editor 库
* @module metona-editor
* @version 0.1.8
* @version 0.1.9
* @author thzxx
* @description 现代化、零依赖、易扩展、易维护、易使用的 Markdown 编辑器库。单文件,开箱即用。
* @license MIT
@@ -29,7 +29,7 @@ import { animationUtils } from './animations.js';
import { DEFAULTS, ICONS, THEMES, EDIT_MODES, DEFAULT_TOOLBAR, TOOLBAR_ACTIONS } from './constants.js';
// 版本信息
const VERSION = '0.1.8';
const VERSION = '0.1.9';
/**
* 全局默认插件队列