From 64a4fa5383fd766f4f5fd325c9bb3c902a46a229 Mon Sep 17 00:00:00 2001 From: Arash Date: Wed, 17 Jan 2024 16:51:24 -0700 Subject: [PATCH] chore(release): v1.0.4 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f286da9..3dbb432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ # Changelog +## v1.0.5 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.3...v1.0.5) + +### 💅 Refactors + +- Split services into individual files ([d6b8e91](https://github.com/arashsheyda/nuxt-mongoose/commit/d6b8e91)) + +### 📖 Documentation + +- Update dependencies ([12d62d8](https://github.com/arashsheyda/nuxt-mongoose/commit/12d62d8)) +- Update dependencies ([7183742](https://github.com/arashsheyda/nuxt-mongoose/commit/7183742)) + +### 🏡 Chore + +- Test bundler module resolution ([#36](https://github.com/arashsheyda/nuxt-mongoose/pull/36)) +- Update dependencies ([#38](https://github.com/arashsheyda/nuxt-mongoose/pull/38)) +- Update dependencies ([bdab2c5](https://github.com/arashsheyda/nuxt-mongoose/commit/bdab2c5)) +- Update playground ([42b3b83](https://github.com/arashsheyda/nuxt-mongoose/commit/42b3b83)) +- Update cover ([61cc323](https://github.com/arashsheyda/nuxt-mongoose/commit/61cc323)) +- Update cover ([bf7f9db](https://github.com/arashsheyda/nuxt-mongoose/commit/bf7f9db)) + +### ❤️ Contributors + +- Arash +- Amir H. Moayeri +- Daniel Roe + ## v1.0.3 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.2...v1.0.3) diff --git a/package.json b/package.json index 685adc5..6d5fa98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "1.0.3", + "version": "1.0.4", "private": false, "packageManager": "pnpm@8.7.4", "description": "Nuxt 3 module for MongoDB with Mongoose",