We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa56c3 commit c77c816Copy full SHA for c77c816
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.0.4 - 2021-05-05
4
+
5
+- Fixed package.json exports.
6
7
## 2.0.3 - 2021-04-30
8
9
- Handle files with `FormData` by default.
package.json
@@ -1,6 +1,6 @@
{
"name": "vform",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Handle Laravel-Vue forms and validation with ease.",
"author": "Cretu Eusebiu",
"license": "MIT",
0 commit comments