From 84a2c821e9e2f64a1b5345563ad395427f6110a0 Mon Sep 17 00:00:00 2001 From: Arash <38922203+arashsheyda@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:07:04 -0600 Subject: [PATCH] chore(release): v1.0.3 --- CHANGELOG.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb2456..f286da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## v1.0.4 +## v1.0.3 -[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.2...v1.0.4) +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.2...v1.0.3) ### 🩹 Fixes diff --git a/package.json b/package.json index d8caa2d..7658d73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "1.0.4", + "version": "1.0.3", "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 +}