From e2d37c2efe5f4d5b63dedd37b23cc694a0c26973 Mon Sep 17 00:00:00 2001 From: Arash Sheyda Date: Sun, 18 Jun 2023 13:19:46 +0300 Subject: [PATCH] chore(release): v0.0.8 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1160f41..b2a2605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,44 @@ # Changelog +## v0.0.8 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.7...v0.0.8) + + +### 🚀 Enhancements + + - Documentation ([6ca94dc](https://github.com/arashsheyda/nuxt-mongoose/commit/6ca94dc)) + +### 🩹 Fixes + + - Module options type ([182b760](https://github.com/arashsheyda/nuxt-mongoose/commit/182b760)) + - Run studio action only for docs ([33bb3cc](https://github.com/arashsheyda/nuxt-mongoose/commit/33bb3cc)) + - Resource generator modelsDir output ([1c36087](https://github.com/arashsheyda/nuxt-mongoose/commit/1c36087)) + +### 💅 Refactors + + - Reuse vite's websocket ([aaef56c](https://github.com/arashsheyda/nuxt-mongoose/commit/aaef56c)) + +### 📖 Documentation + + - Remove devtools ([6c057d4](https://github.com/arashsheyda/nuxt-mongoose/commit/6c057d4)) + - **devtools:** Demo video ([2ba8bda](https://github.com/arashsheyda/nuxt-mongoose/commit/2ba8bda)) + - Style ([23ec198](https://github.com/arashsheyda/nuxt-mongoose/commit/23ec198)) + - Favicon ([9e867fc](https://github.com/arashsheyda/nuxt-mongoose/commit/9e867fc)) + +### 🏡 Chore + + - Playground example ([3356ffd](https://github.com/arashsheyda/nuxt-mongoose/commit/3356ffd)) + - **deployment:** Add workflow file ([00259fc](https://github.com/arashsheyda/nuxt-mongoose/commit/00259fc)) + - Update cover ([487cca5](https://github.com/arashsheyda/nuxt-mongoose/commit/487cca5)) + +### ❤️ Contributors + +- Arash +- Arash Sheyda +- Arashsheyda + ## v0.0.7 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.6...v0.0.7) diff --git a/package.json b/package.json index 6df0cb8..e1b94ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "repository": { @@ -66,4 +66,4 @@ "splitpanes": "^3.1.5", "vitest": "^0.31.2" } -} +} \ No newline at end of file