@lab2view/vue-email-editor 0.2.3 → 0.2.5

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,8 +11,7 @@
11
11
 
12
12
  <p align="center">
13
13
  A professional, extensible <strong>drag-and-drop</strong> email editor with <strong>AI-assisted editing</strong>, built with <strong>Vue 3</strong> and <strong>MJML</strong>.<br/>
14
- Design responsive HTML emails visually or let AI generate complete templates from a text description. 43 pre-built blocks, a plugin system, full i18n support, and a complete imperative API.<br/>
15
- <strong>Free and open-source alternative to Unlayer, Beefree, and Stripo.</strong>
14
+ Design responsive HTML emails visually or let AI generate complete templates from a text description. 43 pre-built blocks, a plugin system, full i18n support, and a complete imperative API.
16
15
  </p>
17
16
 
18
17
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab2view/vue-email-editor",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Vue 3 drag-and-drop email editor with AI-assisted editing, built on MJML",
5
5
  "license": "MIT",
6
6
  "type": "module",