Skip to content

Commit 4a0e9de

Browse files
committed
chore(release): v0.4.1
1 parent b303b64 commit 4a0e9de

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.4.1
5+
6+
[compare changes](https://github.com/Norbiros/nuxt-auto-form/compare/v0.4.0...v0.4.1)
7+
8+
### 🚀 Enhancements
9+
10+
- Support dynamic form field slots ([40b0fb8](https://github.com/Norbiros/nuxt-auto-form/commit/40b0fb8))
11+
12+
### 📖 Documentation
13+
14+
- Improved form & migration documentation ([b303b64](https://github.com/Norbiros/nuxt-auto-form/commit/b303b64))
15+
16+
### ❤️ Contributors
17+
18+
- Norbiros ([@Norbiros](https://github.com/Norbiros))
19+
420
## v0.4.0
521

622
[compare changes](https://github.com/Norbiros/nuxt-auto-form/compare/v0.3.0...v0.4.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@norbiros/nuxt-auto-form",
33
"type": "module",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"packageManager": "[email protected]",
66
"description": "Auto-generate Nuxt UI forms from Zod 4 schemas",
77
"author": {

0 commit comments

Comments
 (0)