Skip to content

Commit dfce284

Browse files
chore(release): 0.4.0
1 parent 937ca2e commit dfce284

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.4.0](https://github.com/cssninjaStudio/nuxt-toaster/compare/v0.3.12...v0.4.0) (2025-07-18)
6+
7+
8+
### Features
9+
10+
* add nuxt 4 compatibility ([937ca2e](https://github.com/cssninjaStudio/nuxt-toaster/commit/937ca2e950fe7a4661013555f0b80dc3a04fa2a9))
11+
512
### [0.3.12](https://github.com/cssninjaStudio/nuxt-toaster/compare/v0.3.11...v0.3.12) (2023-04-26)
613

714

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cssninja/nuxt-toaster",
3-
"version": "0.3.12",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"type": "module",
66
"exports": {
@@ -51,5 +51,6 @@
5151
"typescript": "^5.0.4",
5252
"vue": "^3.2.47",
5353
"vue-tsc": "^1.4.4"
54-
}
54+
},
55+
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
5556
}

0 commit comments

Comments
 (0)