From 0ecd8539e3bd855307da5b3f9de66f35dd62cca9 Mon Sep 17 00:00:00 2001 From: Sudharshan TK Date: Tue, 21 Dec 2021 07:59:09 +0530 Subject: [PATCH] chore(release): 0.2.0-36 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c245660a..c2f79001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 93377d01..7fec97ec 100644 --- a/package.json +++ b/package.json @@ -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": {