Skip to content

Commit

Permalink
release: v0.2.0-65
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Aug 17, 2022
1 parent 7dd9781 commit 739f179
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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-65](https://github.com/zyndex-drive/server/compare/v0.2.0-64...v0.2.0-65) (2022-08-17)


### Features 🔥

* **plugins/auth:** reduce more code in auth plugin model methods to reduce duplication ([be45fe9](https://github.com/zyndex-drive/server/commit/be45fe9debace9da4b195595ea3a30c16a697440))


### Code Refactoring 🖌

* **plugins/auth/auth:** remove exports which are not required ([8b69507](https://github.com/zyndex-drive/server/commit/8b69507a9508ecc0960916b56829996f7c8cccc8))
* **plugins/auth/methods:** completely refactor all the models except user to a single file ([94695c2](https://github.com/zyndex-drive/server/commit/94695c2d3db18c4104022a3b555e85927d2c42ac))
* **plugins/server:** refactor all generator classes to include private or public methods ([6620291](https://github.com/zyndex-drive/server/commit/6620291c755b4d2f00f11c2a13e5c83998baaca6))

## [0.2.0-64](https://github.com/zyndex-drive/server/compare/v0.2.0-63...v0.2.0-64) (2022-08-13)


Expand Down
2 changes: 1 addition & 1 deletion app.js

Large diffs are not rendered by default.

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-64",
"version": "0.2.0-65",
"description": "Backend Server for Handling Zyndex Frontend Requests",
"main": "app.js",
"engines": {
Expand Down

0 comments on commit 739f179

Please sign in to comment.