Skip to content

Commit

Permalink
release: v0.2.0-41
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Dec 31, 2021
1 parent 9805b69 commit 3f7832a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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-41](https://github.com/zyndex-drive/server/compare/v0.2.0-40...v0.2.0-41) (2021-12-31)


### Features 🔥

* **plugins/auth:** add model method helper functions ([2e19168](https://github.com/zyndex-drive/server/commit/2e191681859a4767820d7a0c369ff57a4d51684d))
* **plugins/auth:** move user functions to seperate folder ([237015b](https://github.com/zyndex-drive/server/commit/237015b67d1dc6f1c89c7ae19e45e0a70bfba9bb))
* **plugins/auth:** write auth policy functions for credential functions ([3354865](https://github.com/zyndex-drive/server/commit/3354865b050f072aa47626b9ffcefea82bbdd662))

## [0.2.0-40](https://github.com/zyndex-drive/server/compare/v0.2.0-39...v0.2.0-40) (2021-12-30)


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-40",
"version": "0.2.0-41",
"description": "Backend Server for Handling Zyndex Frontend",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 3f7832a

Please sign in to comment.