Skip to content

Commit

Permalink
chore(release): v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Jun 21, 2024
1 parent b748022 commit 3189a17
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v0.9.1

[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.9.0...v0.9.1)

### 🩹 Fixes

- **types:** Type template and filename ([0095160](https://github.com/enkot/nuxt-open-fetch/commit/0095160))
- Tsconfig paths ([cd0fe57](https://github.com/enkot/nuxt-open-fetch/commit/cd0fe57))
- Use path ([642b7a5](https://github.com/enkot/nuxt-open-fetch/commit/642b7a5))
- Use path ([0e9784d](https://github.com/enkot/nuxt-open-fetch/commit/0e9784d))

### 📖 Documentation

- Fixed and simplified custom client example ([797c374](https://github.com/enkot/nuxt-open-fetch/commit/797c374))

### ❤️ Contributors

- Adam DeHaven <[email protected]>
- Enkot ([@enkot](http://github.com/enkot))

## v0.9.0

[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.8.0...v0.9.0)
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.9.0",
"version": "0.9.1",
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
"license": "MIT",
"repository": "enkot/nuxt-open-fetch",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:server": "listhen -w ./playground/server.ts",
"start:server": "listhen ./playground/server.ts",
"release": "npm run lint && npm run test && npm run prepack && changelogen --major --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
Expand Down

0 comments on commit 3189a17

Please sign in to comment.