Skip to content

Commit

Permalink
release: v0.2.0-46
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jan 8, 2022
1 parent 1b564c8 commit c731b5a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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


### Features 🔥

* **routes/setup:** completely scaffold setup api routes ([9d17424](https://github.com/zyndex-drive/server/commit/9d174246fec9115d29dc6197580b2e19a8fd4774))


### Code Refactoring 🖌

* **app:** refactor imports ([988d62e](https://github.com/zyndex-drive/server/commit/988d62ea61cb145619455ecd09376b090a45f39f))
* **models:** fix every models's type imports ([37f4e8a](https://github.com/zyndex-drive/server/commit/37f4e8a7a8e5e7778b6a8e19615480c2ad48aced))
* **plugins:** add default imports and exports for many plugins ([e316646](https://github.com/zyndex-drive/server/commit/e316646244e6c920bd730ae214aac1931207cfba))
* **plugins:** fix every plugin's model type imports ([4094721](https://github.com/zyndex-drive/server/commit/4094721d903e094ba8be47c6df99c1b2ffa690a1))
* **routes:** fix model type imports ([3dbe285](https://github.com/zyndex-drive/server/commit/3dbe285e0a7939c0196508cef371e9cac358db03))

## [0.2.0-45](https://github.com/zyndex-drive/server/compare/v0.2.0-44...v0.2.0-45) (2022-01-06)


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

0 comments on commit c731b5a

Please sign in to comment.