nuxt-generation-emails 0.2.4 → 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.
package/README.md CHANGED
@@ -56,7 +56,7 @@ export default defineNuxtConfig({
56
56
 
57
57
  ---
58
58
 
59
- ## �️ 2. Adding Templates with the CLI
59
+ ## 🛠️ 2. Adding Templates with the CLI
60
60
 
61
61
  The fastest way to create a new email template:
62
62
 
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=4.0.0"
6
6
  },
7
- "version": "0.2.4",
7
+ "version": "0.2.5",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-generation-emails",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "A Nuxt module for authoring, previewing, and sending transactional email templates with Vue Email.",
5
5
  "author": "nullcarry@icloud.com",
6
6
  "repository": {