From d746f451ddb70a2753989e345b6ed03c66e1e21a Mon Sep 17 00:00:00 2001 From: Arash Date: Thu, 1 Feb 2024 08:25:28 -0700 Subject: [PATCH] chore(release): v1.0.5 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbb432..7e69637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ ## v1.0.5 +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.4...v1.0.5) + +### 🩹 Fixes + +- Replace consola with logger ([5a7936a](https://github.com/arashsheyda/nuxt-mongoose/commit/5a7936a)) + +### 🏡 Chore + +- **release:** V1.0.4 ([64a4fa5](https://github.com/arashsheyda/nuxt-mongoose/commit/64a4fa5)) + +### ❤️ Contributors + +- Arash + +## v1.0.4 + [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.3...v1.0.5) ### 💅 Refactors diff --git a/package.json b/package.json index 6d5fa98..31aca96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "1.0.4", + "version": "1.0.5", "private": false, "packageManager": "pnpm@8.7.4", "description": "Nuxt 3 module for MongoDB with Mongoose",