From 9b63877eaa996f9980cdb087698415d1f449057b Mon Sep 17 00:00:00 2001 From: Arash <38922203+arashsheyda@users.noreply.github.com> Date: Wed, 4 Oct 2023 05:13:46 +0300 Subject: [PATCH] chore(release): v1.0.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8060e87..177ee33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## v1.0.2 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.1...v1.0.2) + +### 🩹 Fixes + +- Resolve build stuck issue with nitro pre-render enabled ([#26](https://github.com/arashsheyda/nuxt-mongoose/pull/26)) + +### 📖 Documentation + +- Default connection ([e7c7beb](https://github.com/arashsheyda/nuxt-mongoose/commit/e7c7beb)) + +### 🏡 Chore + +- **release:** V1.0.2 ([ba8459](https://github.com/arashsheyda/nuxt-mongoose/commit/ba8459)) +- Lint ([3d7503e](https://github.com/arashsheyda/nuxt-mongoose/commit/3d7503e)) + +### ❤️ Contributors + +- Arash Sheyda +- Arash + ## v1.0.1 ### 🏡 Chore