From d6a524f5f53b4ca9c7eab449e714cd980b5cc477 Mon Sep 17 00:00:00 2001 From: arashsheyda Date: Wed, 26 Apr 2023 22:51:02 +0300 Subject: [PATCH] chore(release): v0.0.3 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b1c83..39b6871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## v0.0.3 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.2...v0.0.3) + + +### 🚀 Enhancements + + - Duplicate document ([f40c483](https://github.com/arashsheyda/nuxt-mongoose/commit/f40c483)) + - Initial pagination ([3ac731c](https://github.com/arashsheyda/nuxt-mongoose/commit/3ac731c)) + +### 🩹 Fixes + + - Initial pagination ([ad0c5b2](https://github.com/arashsheyda/nuxt-mongoose/commit/ad0c5b2)) + - Handle errors ([e9b764b](https://github.com/arashsheyda/nuxt-mongoose/commit/e9b764b)) + +### 🏡 Chore + + - Move readyState ([260eadd](https://github.com/arashsheyda/nuxt-mongoose/commit/260eadd)) + +### ❤️ Contributors + +- Arashsheyda + ## v0.0.2 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.1...v0.0.2) diff --git a/package.json b/package.json index 23f02f0..71059db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "repository": {