diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9cec0..c4a0b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## v0.0.5 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.4...v0.0.5) + + +### 🩹 Fixes + + - Update readme ([e0f56df](https://github.com/arashsheyda/nuxt-mongoose/commit/e0f56df)) + - Add brackets ([f008197](https://github.com/arashsheyda/nuxt-mongoose/commit/f008197)) + - Update logo ([c8bcc9c](https://github.com/arashsheyda/nuxt-mongoose/commit/c8bcc9c)) + - Update icon link ([c967d0b](https://github.com/arashsheyda/nuxt-mongoose/commit/c967d0b)) + - Update icon link ([b4fa9f5](https://github.com/arashsheyda/nuxt-mongoose/commit/b4fa9f5)) + +### 🏡 Chore + + - Update dependencies ([ecac456](https://github.com/arashsheyda/nuxt-mongoose/commit/ecac456)) + +### ❤️ Contributors + +- Arashsheyda +- Arash + ## v0.0.4 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.3...v0.0.4) diff --git a/package.json b/package.json index b266f22..20148de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "repository": {