From d67569216539ae2032a9219b89a56d0e2131bc6b Mon Sep 17 00:00:00 2001 From: Enkot Date: Sat, 23 Sep 2023 17:55:55 +0300 Subject: [PATCH] chore(release): v0.0.7 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0cf21..9806f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.0.7 + +[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.0.6...v0.0.7) + +### 🚀 Enhancements + +- **docs:** Preview image ([d8eadf9](https://github.com/enkot/nuxt-open-fetch/commit/d8eadf9)) + +### 🩹 Fixes + +- **docs:** Upscale image ([3b069ee](https://github.com/enkot/nuxt-open-fetch/commit/3b069ee)) +- **docs:** Simplified docs ([b357822](https://github.com/enkot/nuxt-open-fetch/commit/b357822)) +- Types ([ff71f85](https://github.com/enkot/nuxt-open-fetch/commit/ff71f85)) + +### ❤️ Contributors + +- Enkot ([@enkot](http://github.com/enkot)) + ## v0.0.6 [compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.0.5...v0.0.6) diff --git a/package.json b/package.json index 18c19a2..d246eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-open-fetch", - "version": "0.0.6", + "version": "0.0.7", "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.", "repository": "enkot/nuxt-open-fetch", "license": "MIT",