chore(release): v1.0.3

This commit is contained in:
Arash
2023-10-26 13:07:04 -06:00
parent 386c7dac05
commit 84a2c821e9
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Changelog # 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 ### 🩹 Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "nuxt-mongoose", "name": "nuxt-mongoose",
"type": "module", "type": "module",
"version": "1.0.4", "version": "1.0.3",
"private": false, "private": false,
"packageManager": "pnpm@8.7.4", "packageManager": "pnpm@8.7.4",
"description": "Nuxt 3 module for MongoDB with Mongoose", "description": "Nuxt 3 module for MongoDB with Mongoose",
@ -71,4 +71,4 @@
"nuxt": "^3.8.0", "nuxt": "^3.8.0",
"sass": "^1.69.5" "sass": "^1.69.5"
} }
} }