Skip to content

Commit

Permalink
chore(release): 3.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.1](v3.5.0...v3.5.1) (2021-04-13)

### Bug Fixes

* remove attrs bind & css on wrapper if dynamic component ([4e8d764](4e8d764))
* reset value to an array if it was ([e6e4ade](e6e4ade))
  • Loading branch information
semantic-release-bot committed Apr 13, 2021
1 parent 4e635ba commit 0f8bc37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.5.1](https://github.com/14nrv/vue-form-json/compare/v3.5.0...v3.5.1) (2021-04-13)


### Bug Fixes

* remove attrs bind & css on wrapper if dynamic component ([4e8d764](https://github.com/14nrv/vue-form-json/commit/4e8d764e3849ef60292e6bfe2855150178741a08))
* reset value to an array if it was ([e6e4ade](https://github.com/14nrv/vue-form-json/commit/e6e4adef91ad333230582855ee6c42dcee315c85))

# [3.5.0](https://github.com/14nrv/vue-form-json/compare/v3.4.1...v3.5.0) (2021-03-30)


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.5.0",
"version": "3.5.1",
"description": "Generate a vue form with validation from an array",
"author": "14nrv",
"license": "MIT",
Expand Down

0 comments on commit 0f8bc37

Please sign in to comment.