autumnnote 1.4.0 → 1.4.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "autumnnote",
3
- "version": "1.4.0",
4
- "description": "A modern, lightweight WYSIWYG editor built with vanilla JavaScript, no jQuery required.",
3
+ "version": "1.4.1",
4
+ "description": "Fast. Lightweight. Reliable. Efficient. A modern WYSIWYG editor built with vanilla JavaScript, no jQuery required.",
5
5
  "main": "dist/autumnnote.umd.js",
6
6
  "module": "dist/autumnnote.es.js",
7
7
  "types": "types/index.d.ts",
package/src/js/index.js CHANGED
@@ -140,7 +140,7 @@ const AutumnNote = {
140
140
  registerButton(btnDef) { registerButton(btnDef); return this; },
141
141
 
142
142
  /** Library version */
143
- version: '1.4.0',
143
+ version: '1.4.1',
144
144
  };
145
145
 
146
146
  // ---------------------------------------------------------------------------