Skip to content

Commit

Permalink
chore(release): v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed May 31, 2023
1 parent 774d4b6 commit 66c08e5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.0.7

[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.6...v0.0.7)


### 🚀 Enhancements

- Auto-import schema files ([205435e](https://github.com/arashsheyda/nuxt-mongoose/commit/205435e))

### 🩹 Fixes

- Mongoose config ([cf48c2b](https://github.com/arashsheyda/nuxt-mongoose/commit/cf48c2b))

### 🏡 Chore

- Improve logger message ([86c3c29](https://github.com/arashsheyda/nuxt-mongoose/commit/86c3c29))
- Update dependencies ([774d4b6](https://github.com/arashsheyda/nuxt-mongoose/commit/774d4b6))

### ❤️ Contributors

- Arashsheyda <sheidaeearash1999@gmail.com>

## v0.0.6

[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.5...v0.0.6)
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-mongoose",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Nuxt 3 module for MongoDB with Mongoose",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -69,4 +69,4 @@
"splitpanes": "^3.1.5",
"vitest": "^0.31.2"
}
}
}

0 comments on commit 66c08e5

Please sign in to comment.