chore(release): v1.1.0

This commit is contained in:
Arash Sheyda
2023-09-20 19:48:51 +03:00
parent 431d3784fe
commit ced2c77427
2 changed files with 24 additions and 2 deletions

View File

@ -1,6 +1,28 @@
# Changelog # Changelog
## v1.1.0
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.9...v1.1.0)
### 🚀 Enhancements
- Version 1.0.0 ([#21](https://github.com/arashsheyda/nuxt-mongoose/pull/21))
### 📖 Documentation
- Update docus ([0db6bdd](https://github.com/arashsheyda/nuxt-mongoose/commit/0db6bdd))
### 🏡 Chore
- **release:** V0.0.9 ([033380e](https://github.com/arashsheyda/nuxt-mongoose/commit/033380e))
### ❤️ Contributors
- Arash
- Arash Sheyda <arashi.sheyda@gmail.com>
- Arashsheyda <sheidaeearash1999@gmail.com>
## v0.0.9 ## v0.0.9
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.9...v0.0.9) [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.9...v0.0.9)

View File

@ -1,7 +1,7 @@
{ {
"name": "nuxt-mongoose", "name": "nuxt-mongoose",
"type": "module", "type": "module",
"version": "1.0.0", "version": "1.1.0",
"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",
@ -73,4 +73,4 @@
"sass-loader": "^13.3.2", "sass-loader": "^13.3.2",
"splitpanes": "^3.1.5" "splitpanes": "^3.1.5"
} }
} }