Skip to content

Commit

Permalink
chore(release): 0.2.0-36
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Dec 21, 2021
1 parent c614139 commit 0ecd853
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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


### Bug Fixes 🛠

* **models/policy:** fix policy model schema ([856923a](https://github.com/zyndex-drive/server/commit/856923a6922a8bd635a4c32cf0747567888bb0e1))


### Features 🔥

* **plugins/auth:** use policy documents from the database to check policies ([4ff04f8](https://github.com/zyndex-drive/server/commit/4ff04f8b18a407b31beacaa36fb86f693e91aed7))


### Code Refactoring 🖌

* **plugins/google:** fix the callback hell with .then chaining ([c614139](https://github.com/zyndex-drive/server/commit/c614139bd77d1a2ba93a3406f5f9ef7447cc8c60))

## [0.2.0-35](https://github.com/zyndex-drive/server/compare/v0.2.0-34...v0.2.0-35) (2021-12-20)


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

0 comments on commit 0ecd853

Please sign in to comment.