From 386c7dac05d44cfc82210c7f880e7c8d5faf9592 Mon Sep 17 00:00:00 2001 From: Arash <38922203+arashsheyda@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:05:09 -0600 Subject: [PATCH] chore(release): v1.0.4 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177ee33..feb2456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## v1.0.4 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.2...v1.0.4) + +### 🩹 Fixes + +- Add schema type ([4bc0742](https://github.com/arashsheyda/nuxt-mongoose/commit/4bc0742)) + +### 💅 Refactors + +- Update to DevTools v1 ([1bec7a7](https://github.com/arashsheyda/nuxt-mongoose/commit/1bec7a7)) + +### 📖 Documentation + +- Update ui ([9296ae7](https://github.com/arashsheyda/nuxt-mongoose/commit/9296ae7)) +- Fix playground path ([ea7c7b0](https://github.com/arashsheyda/nuxt-mongoose/commit/ea7c7b0)) +- Fix install workflow ([4c5a034](https://github.com/arashsheyda/nuxt-mongoose/commit/4c5a034)) +- Update link ([0b575fa](https://github.com/arashsheyda/nuxt-mongoose/commit/0b575fa)) + +### 🏡 Chore + +- Remove comment ([549b2f3](https://github.com/arashsheyda/nuxt-mongoose/commit/549b2f3)) + +### ❤️ Contributors + +- Arash + ## v1.0.2 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.1...v1.0.2) diff --git a/package.json b/package.json index 5eb7ca8..d8caa2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "1.0.2", + "version": "1.0.4", "private": false, "packageManager": "pnpm@8.7.4", "description": "Nuxt 3 module for MongoDB with Mongoose", @@ -71,4 +71,4 @@ "nuxt": "^3.8.0", "sass": "^1.69.5" } -} +} \ No newline at end of file