chore: bump to 0.1.8 for republish after npm unpublish

This commit is contained in:
2026-07-24 10:48:28 +08:00
parent f4921c9447
commit a3385f288d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@metona-team/metona-editor",
"version": "0.1.7",
"version": "0.1.8",
"description": "轻量、零依赖、精致美观的 Markdown Editor 库。单文件,开箱即用。",
"type": "module",
"main": "dist/metona-editor.js",
+1 -1
View File
@@ -200,7 +200,7 @@
<header class="header">
<h1><span class="grad">Metona</span>Editor</h1>
<div class="badges">
<span class="badge">v0.1.7</span>
<span class="badge">v0.1.8</span>
<span class="badge">零依赖</span>
<span class="badge">532 tests</span>
<span class="badge">MIT</span>
+1 -1
View File
@@ -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.7';
const VERSION = '0.1.8';
/**
* 全局默认插件队列