diff --git a/CHANGELOG.md b/CHANGELOG.md index 826c7b2..6ce5916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v1.2.2 + +[compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.2.1...v1.2.2) + +### 💅 Refactors + +- **formkit-nuxt:** Remove autoimport of formKit components, because they are already imported by using formkit-nuxt ([236a308](https://github.com/sfxcode/formkit-primevue-nuxt/commit/236a308)) + +### ❤️ Contributors + +- Sfxcode ([@sfxcode](http://github.com/sfxcode)) + ## v1.2.1 [compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.2.0...v1.2.1) diff --git a/package.json b/package.json index d12d68f..557eb68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sfxcode/formkit-primevue-nuxt", - "version": "1.2.1", + "version": "1.2.2", "description": "FormKit PrimeVue nuxt module", "homepage": "https://github.com/sfxcode/formkit-primevue-nuxt", "repository": "https://github.com/sfxcode/formkit-primevue-nuxt",