diff --git a/CHANGELOG.md b/CHANGELOG.md index 9806f8f..554e5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.0.8 + +[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.0.7...v0.0.8) + +### 🚀 Enhancements + +- Options support for factories ([84521db](https://github.com/enkot/nuxt-open-fetch/commit/84521db)) +- **docs:** Improved docs ([d17883f](https://github.com/enkot/nuxt-open-fetch/commit/d17883f)) + +### ❤️ Contributors + +- Enkot ([@enkot](http://github.com/enkot)) + ## v0.0.7 [compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.0.6...v0.0.7) diff --git a/package.json b/package.json index d246eb3..eca316c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-open-fetch", - "version": "0.0.7", + "version": "0.0.8", "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.", "repository": "enkot/nuxt-open-fetch", "license": "MIT",