Skip to content

Commit

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

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


### CI 🛠

* remove github codacy workflow ([449570b](https://github.com/zyndex-drive/server/commit/449570b53637bc8a530bff5fa6752b5614159b48))


### Code Refactoring 🖌

* **plugins/auth:** completely refactor auth methods for all models reducing duplicated code ([d554a03](https://github.com/zyndex-drive/server/commit/d554a03af15469b6a2fad36f953d21fbe514bc6b))
* **plugins/auth:** refactor model-methods completely to a class to reduce duplication ([5d3b082](https://github.com/zyndex-drive/server/commit/5d3b082f2fedadecde9cf13469030d24c9e3c598))

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


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

0 comments on commit 7dd9781

Please sign in to comment.