Skip to content

Commit

Permalink
chore(release): v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hminghe committed Nov 8, 2023
1 parent dbffba2 commit fc35020
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.0.8

[compare changes](https://github.com/hminghe/nuxt-unapi/compare/v0.0.7...v0.0.8)

### 🚀 Enhancements

- Add `TransformClientType` to distinguish server and client types ([dbffba2](https://github.com/hminghe/nuxt-unapi/commit/dbffba2))

### 💅 Refactors

- Rename `zFile` to `zodFile` and move to `zod.ts` ([908c8b0](https://github.com/hminghe/nuxt-unapi/commit/908c8b0))
- Organize automatic import methods ([9a2372e](https://github.com/hminghe/nuxt-unapi/commit/9a2372e))

### 🏡 Chore

- Remove console.log ([00105b5](https://github.com/hminghe/nuxt-unapi/commit/00105b5))

### ❤️ Contributors

- Hminghe ([@hminghe](http://github.com/hminghe))

## v0.0.7

[compare changes](https://github.com/hminghe/nuxt-unapi/compare/v0.0.6...v0.0.7)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-unapi",
"version": "0.0.7",
"version": "0.0.8",
"description": "My new Nuxt module",
"repository": "hminghe/nuxt-unapi",
"license": "MIT",
Expand Down

0 comments on commit fc35020

Please sign in to comment.