From ced2c774271641632c68af74afc8d292966b53a0 Mon Sep 17 00:00:00 2001 From: Arash Sheyda Date: Wed, 20 Sep 2023 19:48:51 +0300 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9419889..9987996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # 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 +- Arashsheyda + ## v0.0.9 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.9...v0.0.9) diff --git a/package.json b/package.json index 0874cc5..380758a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "1.0.0", + "version": "1.1.0", "private": false, "packageManager": "pnpm@8.7.4", "description": "Nuxt 3 module for MongoDB with Mongoose", @@ -73,4 +73,4 @@ "sass-loader": "^13.3.2", "splitpanes": "^3.1.5" } -} +} \ No newline at end of file