diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a981b1..8977064a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.0-50](https://github.com/zyndex-drive/server/compare/v0.2.0-49...v0.2.0-50) (2022-01-30) + + +### Code Refactoring 🖌 + +* **plugins:** completely refactor all the plugins to async/await from promises' ([d417cfe](https://github.com/zyndex-drive/server/commit/d417cfe0a151eedc9033cbf87f5a3765072044ef)) + ## [0.2.0-49](https://github.com/zyndex-drive/server/compare/v0.2.0-48...v0.2.0-49) (2022-01-18) diff --git a/package.json b/package.json index 2f6aedd2..3e105c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zyndex-server", - "version": "0.2.0-49", + "version": "0.2.0-50", "description": "Backend Server for Handling Zyndex Frontend", "main": "app.js", "scripts": {