From 635e31d7a0d081b5a42fe5d57b1fb661222fc42d Mon Sep 17 00:00:00 2001 From: tks18 Date: Mon, 4 Oct 2021 21:33:01 +0530 Subject: [PATCH] chore(release): 0.2.0-11 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17816725..15d988b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-11](https://github.com/zyndex-drive/server/compare/v0.2.0-10...v0.2.0-11) (2021-10-04) + + +### Features + +* **google/drives:** add api methods for google/drive/drives and about routes ([994f4bd](https://github.com/zyndex-drive/server/commit/994f4bd836b8925a226587e428ca604a8634b874)) +* **google/requester:** add type hintings for google request and response ([d3fb195](https://github.com/zyndex-drive/server/commit/d3fb195221ff1c6e4f2b4d8eaae930c0af89807d)) + + +### Build System + +* **package:** add uuid package ([ec92b2c](https://github.com/zyndex-drive/server/commit/ec92b2c3d326785e51acfe27635c83a9105839e1)) + ## [0.2.0-10](https://github.com/zyndex-drive/server/compare/v0.2.0-9...v0.2.0-10) (2021-10-02) diff --git a/package-lock.json b/package-lock.json index 61544023..54f80aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zyndex-server", - "version": "0.2.0-10", + "version": "0.2.0-11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 663b5527..c4236533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zyndex-server", - "version": "0.2.0-10", + "version": "0.2.0-11", "description": "Backend Server for Handling Zyndex Frontend", "main": "app.js", "scripts": {