Skip to content

Commit be78ffb

Browse files
committed
chore(release): v0.4.1
1 parent 50db7f9 commit be78ffb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
4+
## v0.4.1
5+
6+
[compare changes](https://github.com/wobsoriano/nuxt-remote-fn/compare/v0.4.0...v0.4.1)
7+
8+
9+
### 🩹 Fixes
10+
11+
- Invalid module ids ([4a9422c](https://github.com/wobsoriano/nuxt-remote-fn/commit/4a9422c))
12+
13+
### ❤️ Contributors
14+
15+
16+

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-remote-fn",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"packageManager": "[email protected]",
55
"description": "Remote Functions. Instead of Event Handlers.",
66
"keywords": [
@@ -73,4 +73,4 @@
7373
"tsx": "^3.12.7",
7474
"vitest": "^0.32.2"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)