Skip to content

Commit 7d573eb

Browse files
chore: 7.0.0 [skip ci]
# [7.0.0](v6.0.2...v7.0.0) (2025-07-21) ### Bug Fixes * foo ([51685b2](51685b2)) * lock file maintenance ([#269](#269)) ([f74ae16](f74ae16)) * update config files ([4f1e4ba](4f1e4ba)) ### BREAKING CHANGES * node.js >= 20 * not pushing plugin anymore. probably not relevant for most. just using default addPlugin from Nuxt.
1 parent 4f1e4ba commit 7d573eb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [7.0.0](https://github.com/dword-design/nuxt-mail/compare/v6.0.2...v7.0.0) (2025-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* foo ([51685b2](https://github.com/dword-design/nuxt-mail/commit/51685b2142fe08df411714ed5e2fc6255a6801a6))
7+
* lock file maintenance ([#269](https://github.com/dword-design/nuxt-mail/issues/269)) ([f74ae16](https://github.com/dword-design/nuxt-mail/commit/f74ae16e06dd9d7c31718864192ef2e1eca14418))
8+
* update config files ([4f1e4ba](https://github.com/dword-design/nuxt-mail/commit/4f1e4baf227688719e35cdeffe4f6bb4c57cd57a))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* node.js >= 20
14+
* not pushing plugin anymore. probably not relevant for most. just using default addPlugin from Nuxt.
15+
116
## [6.0.2](https://github.com/dword-design/nuxt-mail/compare/v6.0.1...v6.0.2) (2025-05-27)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-mail",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
55
"keywords": [
66
"email",

0 commit comments

Comments
 (0)