Skip to content

Commit 4a9d134

Browse files
chore: 6.0.0 [skip ci]
# [6.0.0](v5.1.1...v6.0.0) (2025-04-18) ### Bug Fixes * doc alternatives ([952efa4](952efa4)) * info icon ([843621b](843621b)) * lock file maintenance ([#257](#257)) ([aca43c3](aca43c3)) ### BREAKING CHANGES * drop nuxt 2 support
1 parent aca43c3 commit 4a9d134

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [6.0.0](https://github.com/dword-design/nuxt-mail/compare/v5.1.1...v6.0.0) (2025-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* doc alternatives ([952efa4](https://github.com/dword-design/nuxt-mail/commit/952efa40bdf33133550585d415d6e333976c9cd7))
7+
* info icon ([843621b](https://github.com/dword-design/nuxt-mail/commit/843621b068b0515ab348f0a22a0e628476ae9e35))
8+
* lock file maintenance ([#257](https://github.com/dword-design/nuxt-mail/issues/257)) ([aca43c3](https://github.com/dword-design/nuxt-mail/commit/aca43c3cf7e375d2d413214ad3360fdec5dec093))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* drop nuxt 2 support
14+
115
## [5.1.1](https://github.com/dword-design/nuxt-mail/compare/v5.1.0...v5.1.1) (2024-09-27)
216

317

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": "5.1.1",
3+
"version": "6.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)