diff --git a/CHANGELOG.md b/CHANGELOG.md index 60032f1..fabb2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a6197c2..02518b2 100644 --- a/package.json +++ b/package.json @@ -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",