Skip to content

Commit

Permalink
chore(release): v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Mar 15, 2024
1 parent e89e09f commit 123253b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -64,4 +64,4 @@
"ofetch": "^1.3.3",
"vitest": "^0.34.6"
}
}
}

0 comments on commit 123253b

Please sign in to comment.