diff --git a/CHANGELOG.md b/CHANGELOG.md index 2195065..6b1d8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/14nrv/vue-form-json/compare/v3.2.0...v3.3.0) (2021-02-23) + + +### Features + +* use scoped slot instead of slot ([168d41e](https://github.com/14nrv/vue-form-json/commit/168d41eaed3206091ad0f25bfc08e03ec921b510)) + # [3.2.0](https://github.com/14nrv/vue-form-json/compare/v3.1.1...v3.2.0) (2020-11-07) diff --git a/package.json b/package.json index 2768b6c..931435a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-form-json", - "version": "3.2.0", + "version": "3.3.0", "description": "Generate a vue form with validation from an array", "author": "14nrv", "license": "MIT",