Skip to content

Commit 8f87d8b

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.0...v3.4.0) (2021-03-01) ### Bug Fixes * reset with select field ([50b4ddf](50b4ddf)) ### Features * support custom field via scoped slot ([5932805](5932805))
1 parent 2235218 commit 8f87d8b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.4.0](https://github.com/14nrv/vue-form-json/compare/v3.3.0...v3.4.0) (2021-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* reset with select field ([50b4ddf](https://github.com/14nrv/vue-form-json/commit/50b4ddf2697a16d34f71672aeada542f9813cea8))
7+
8+
9+
### Features
10+
11+
* support custom field via scoped slot ([5932805](https://github.com/14nrv/vue-form-json/commit/59328057bbcb43048e2201c3fd74b386a22d3782))
12+
113
# [3.3.0](https://github.com/14nrv/vue-form-json/compare/v3.2.0...v3.3.0) (2021-02-23)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-json",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Generate a vue form with validation from an array",
55
"author": "14nrv",
66
"license": "MIT",

0 commit comments

Comments
 (0)