Skip to content

Commit 2a46f50

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.1...v3.1.0) (2020-10-24) ### Features * slugify label in ValidationProvider name ([fe326f3](fe326f3)) * **label:** add for attr ([0568eb2](0568eb2)) * add alternativeLabel & for attr ([c72bab3](c72bab3))
1 parent 6790935 commit 2a46f50

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.1.0](https://github.com/14nrv/vue-form-json/compare/v3.0.1...v3.1.0) (2020-10-24)
2+
3+
4+
### Features
5+
6+
* slugify label in ValidationProvider name ([fe326f3](https://github.com/14nrv/vue-form-json/commit/fe326f3b5ed87f2ed70cd077c6512a28a3afda88))
7+
* **label:** add for attr ([0568eb2](https://github.com/14nrv/vue-form-json/commit/0568eb26b46b6b219b4a32deb57cffe6a9a57ecb))
8+
* add alternativeLabel & for attr ([c72bab3](https://github.com/14nrv/vue-form-json/commit/c72bab32f143672dad29068a18485f54129c6f40))
9+
110
## [3.0.1](https://github.com/14nrv/vue-form-json/compare/v3.0.0...v3.0.1) (2020-10-10)
211

312

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.0.1",
3+
"version": "3.1.0",
44
"description": "Generate a vue form with validation from an array",
55
"author": "14nrv",
66
"license": "MIT",

0 commit comments

Comments
 (0)