diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a0b9f..4baf103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.0.6 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.5...v0.0.6) + + +### 🩹 Fixes + + - Remove useMongoose composable ([d381058](https://github.com/arashsheyda/nuxt-mongoose/commit/d381058)) + +### ❤️ Contributors + +- Arashsheyda + ## v0.0.5 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.4...v0.0.5) diff --git a/package.json b/package.json index 20148de..3306f7a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "0.0.5", + "version": "0.0.6", "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "repository": {