Skip to content

Commit

Permalink
release: v0.2.0-42
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jan 4, 2022
1 parent 3f7832a commit de009b6
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-42](https://github.com/zyndex-drive/server/compare/v0.2.0-41...v0.2.0-42) (2022-01-04)


### Code Refactoring 🖌

* **models:** add template model exports ([77d45eb](https://github.com/zyndex-drive/server/commit/77d45eba584e1a555acb138f3cd8e93058da7090))


### Features 🔥

* **plugins/auth:** write auth functions for all the policies ([7faf8b4](https://github.com/zyndex-drive/server/commit/7faf8b4d40f680b082d7d3bfada8fc27850f6b8e))
* **plugins/templates:** add policies for templates ([a147255](https://github.com/zyndex-drive/server/commit/a147255431952a3853bf5da25f3b83d75670fcca))

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


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

0 comments on commit de009b6

Please sign in to comment.