Skip to content

Commit 6cc23af

Browse files
committed
chore(release): v0.0.4
1 parent 7cacea3 commit 6cc23af

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.0.4
5+
6+
[compare changes](https://github.com/gabortorma/mwm-nitro-plugin-template/compare/v0.0.3...v0.0.4)
7+
8+
### 🩹 Fixes
9+
10+
- Remove unused deps. ([8bf9f5c](https://github.com/gabortorma/mwm-nitro-plugin-template/commit/8bf9f5c))
11+
12+
### 🏡 Chore
13+
14+
- **release:** V0.0.3 ([f157a5e](https://github.com/gabortorma/mwm-nitro-plugin-template/commit/f157a5e))
15+
- Upgrade all deps to node 22 ([7cacea3](https://github.com/gabortorma/mwm-nitro-plugin-template/commit/7cacea3))
16+
17+
### ❤️ Contributors
18+
19+
- Gábor Torma <gabor@torma.dev>
20+
421
## v0.0.3
522

623
[compare changes](https://github.com/gabortorma/mwm-nitro-plugin-template/compare/v0.0.2...v0.0.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gabortorma/mwm-nitro-plugin-template",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
66
"description": "My new Nitro plugin",
77
"license": "MIT",

0 commit comments

Comments
 (0)