diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fc3ae17 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + + +## v1.1.0 + +[compare changes](https://github.com/vueform/nuxt/compare/1.0.0...v1.1.0) + +### 🚀 Enhancements + +- Plugin template update, types import ([2c54833](https://github.com/vueform/nuxt/commit/2c54833)) + +### 📖 Documentation + +- Readme update ([a3f61f3](https://github.com/vueform/nuxt/commit/a3f61f3)) + +### 🏡 Chore + +- .nuxt location fix ([200a353](https://github.com/vueform/nuxt/commit/200a353)) +- Type import fix ([9ed47f1](https://github.com/vueform/nuxt/commit/9ed47f1)) +- Build config ([95e392d](https://github.com/vueform/nuxt/commit/95e392d)) + +### ❤️ Contributors + +- Adam Berecz + diff --git a/package.json b/package.json index e0ec190..1802267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vueform/nuxt", - "version": "1.0.1", + "version": "1.1.0", "description": "Nuxt module for Vueform", "repository": "vueform/nuxt", "license": "MIT", @@ -49,4 +49,4 @@ "nuxt": "^3.8.0", "vitest": "^0.33.0" } -} +} \ No newline at end of file