Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 24, 2020
1 parent 6790935 commit 2a46f50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.1.0](https://github.com/14nrv/vue-form-json/compare/v3.0.1...v3.1.0) (2020-10-24)


### Features

* slugify label in ValidationProvider name ([fe326f3](https://github.com/14nrv/vue-form-json/commit/fe326f3b5ed87f2ed70cd077c6512a28a3afda88))
* **label:** add for attr ([0568eb2](https://github.com/14nrv/vue-form-json/commit/0568eb26b46b6b219b4a32deb57cffe6a9a57ecb))
* add alternativeLabel & for attr ([c72bab3](https://github.com/14nrv/vue-form-json/commit/c72bab32f143672dad29068a18485f54129c6f40))

## [3.0.1](https://github.com/14nrv/vue-form-json/compare/v3.0.0...v3.0.1) (2020-10-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-form-json",
"version": "3.0.1",
"version": "3.1.0",
"description": "Generate a vue form with validation from an array",
"author": "14nrv",
"license": "MIT",
Expand Down

0 comments on commit 2a46f50

Please sign in to comment.