Skip to content

Commit

Permalink
chore(release): 0.2.0-50
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jan 30, 2022
1 parent d417cfe commit 60fa089
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 60fa089

Please sign in to comment.