From 123253be277faf8767ba41bd6d2dc1c6e166308d Mon Sep 17 00:00:00 2001 From: Enkot Date: Fri, 15 Mar 2024 13:03:00 +0200 Subject: [PATCH] chore(release): v0.6.3 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3be2f..ff7e2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v0.6.3 + +[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.6.2...v0.6.3) + +### 🚀 Enhancements + +- Eslint flat config ([21dcc36](https://github.com/enkot/nuxt-open-fetch/commit/21dcc36)) + +### 🩹 Fixes + +- Docs ([9c5443c](https://github.com/enkot/nuxt-open-fetch/commit/9c5443c)) +- **docs:** Update pnpm-lock ([9c2cd7f](https://github.com/enkot/nuxt-open-fetch/commit/9c2cd7f)) +- Improved ParamsOption types ([7dcce5e](https://github.com/enkot/nuxt-open-fetch/commit/7dcce5e)) +- Cleanup ([e89e09f](https://github.com/enkot/nuxt-open-fetch/commit/e89e09f)) + +### ❤️ Contributors + +- Enkot ([@enkot](http://github.com/enkot)) + ## v0.6.2 [compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.6.1...v0.6.2) diff --git a/package.json b/package.json index c47a9e0..b724d96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-open-fetch", "type": "module", - "version": "0.6.2", + "version": "0.6.3", "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.", "license": "MIT", "repository": "enkot/nuxt-open-fetch", @@ -64,4 +64,4 @@ "ofetch": "^1.3.3", "vitest": "^0.34.6" } -} +} \ No newline at end of file