@licium/editor-plugin-emoji 3.2.11 → 3.2.12

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * TOAST UI Editor : Emoji Plugin
3
- * @version 3.2.11 | Thu Jan 08 2026
3
+ * @version 3.2.12 | Thu Jan 08 2026
4
4
  * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
5
5
  * @license MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * TOAST UI Editor : Emoji Plugin
3
- * @version 3.2.11 | Thu Jan 08 2026
3
+ * @version 3.2.12 | Thu Jan 08 2026
4
4
  * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
5
5
  * @license MIT
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licium/editor-plugin-emoji",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
4
4
  "description": "Emoji plugin for Toast UI Editor",
5
5
  "keywords": [
6
6
  "licium",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "07cd62ac6be507292818851d306829ab9f2e2982"
46
+ "gitHead": "70d40b5d9ffef8353490af0bec8c13a869c48989"
47
47
  }