From 2357ed5588995562787ad431c3345d55b1748ac3 Mon Sep 17 00:00:00 2001 From: Sudharshan TK Date: Tue, 30 Nov 2021 19:54:25 +0530 Subject: [PATCH] chore(release): 0.2.0-32 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d394f07..5d2a7130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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-32](https://github.com/zyndex-drive/server/compare/v0.2.0-31...v0.2.0-32) (2021-11-30) + + +### CI 🛠 + +* **build:** update build script ([6ad0e4a](https://github.com/zyndex-drive/server/commit/6ad0e4a757e3e8130d3af2c683642e553cb3c4ab)) + + +### Build System 🏗 + +* **webpack:** add webpack to bundle all the files to a single file ([d6ae2d9](https://github.com/zyndex-drive/server/commit/d6ae2d9854f98086c1b5d43f43c52b3b451ead2f)) + ## [0.2.0-31](https://github.com/zyndex-drive/server/compare/v0.2.0-30...v0.2.0-31) (2021-11-30) diff --git a/package.json b/package.json index df6c430f..656bf0ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zyndex-server", - "version": "0.2.0-31", + "version": "0.2.0-32", "description": "Backend Server for Handling Zyndex Frontend", "main": "app.js", "scripts": {