sunny-html-editor 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,6 +118,7 @@ Excel/PDF出力に必要なライブラリは**使用時に自動で読み込ま
118
118
 
119
119
  ## バージョン履歴
120
120
 
121
+ - **1.2.2** - パッケージ修正
121
122
  - **1.2.1** - h1の「_」区切り改行対応
122
123
  - **1.2.0** - Markdown変換機能追加(`data-markdown`属性対応)
123
124
  - **1.1.0** - ツールバー・コンテキストメニュー自動生成、外部ライブラリ遅延読み込み
package/html-editor.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Sunny HTML Editor - 軽量WYSIWYGエディタ
3
- * @version 1.1.0
3
+ * @version 1.2.2
4
4
  */
5
5
 
6
6
  // ========== HTML生成関数 ==========
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunny-html-editor",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "軽量WYSIWYGエディタ - 既存のHTMLに編集機能を後付けで追加、Markdown変換対応",
5
5
  "main": "html-editor.js",
6
6
  "files": [