From 66c08e5d527446f7a4ebe23b4986712a2ab7896d Mon Sep 17 00:00:00 2001 From: arashsheyda Date: Wed, 31 May 2023 14:05:47 +0300 Subject: [PATCH] chore(release): v0.0.7 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4baf103..1160f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v0.0.6 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.5...v0.0.6) diff --git a/package.json b/package.json index e23acc0..070cee9 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -69,4 +69,4 @@ "splitpanes": "^3.1.5", "vitest": "^0.31.2" } -} +} \ No newline at end of file