From 0dfad0739919fd7b265d400b82656a0db3c07f14 Mon Sep 17 00:00:00 2001 From: Arash Sheyda Date: Sun, 9 Jul 2023 14:39:55 +0300 Subject: [PATCH] chore(release): v0.0.9 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a2605..24b3114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,41 @@ # Changelog +## v0.0.9 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.8...v0.0.9) + +### 🚀 Enhancements + +- Add possibility to type mongoose model ([#8](https://github.com/arashsheyda/nuxt-mongoose/pull/8)) +- Mongoose schema hooks ([d92a58b](https://github.com/arashsheyda/nuxt-mongoose/commit/d92a58b)) + +### 🩹 Fixes + +- Update connection message in logger ([#10](https://github.com/arashsheyda/nuxt-mongoose/pull/10)) + +### 📖 Documentation + +- **utils:** Add hooks and improve documentation ([647d26d](https://github.com/arashsheyda/nuxt-mongoose/commit/647d26d)) +- **utils:** Fix model options type ([3ff9756](https://github.com/arashsheyda/nuxt-mongoose/commit/3ff9756)) +- Add types link ([9c0e0ba](https://github.com/arashsheyda/nuxt-mongoose/commit/9c0e0ba)) + +### 🏡 Chore + +- Fix defineNitroPlugin patch ([#9](https://github.com/arashsheyda/nuxt-mongoose/pull/9)) +- Example env ([40b8ca9](https://github.com/arashsheyda/nuxt-mongoose/commit/40b8ca9)) +- Fix defineNitroPlugin patch " ([#9](https://github.com/arashsheyda/nuxt-mongoose/pull/9)) +- Update dependencies ([925d382](https://github.com/arashsheyda/nuxt-mongoose/commit/925d382)) +- Lint ([0cdba0d](https://github.com/arashsheyda/nuxt-mongoose/commit/0cdba0d)) +- Fix tsconfig for build time ([e6b8b7d](https://github.com/arashsheyda/nuxt-mongoose/commit/e6b8b7d)) + +### ❤️ Contributors + +- Arash Sheyda +- Arash +- Amir-al-mohamad111 +- Oumar Barry ([@oumarbarry](http://github.com/oumarbarry)) + ## v0.0.8 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.7...v0.0.8) diff --git a/package.json b/package.json index 1fd4a8e..acfeeab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "0.0.8", + "version": "0.0.9", "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "repository": { @@ -66,4 +66,4 @@ "splitpanes": "^3.1.5", "vitest": "^0.33.0" } -} +} \ No newline at end of file