From d7b934681a46297b12224f35cee81098c011fb92 Mon Sep 17 00:00:00 2001 From: Valentin Agachi Date: Mon, 23 Mar 2020 09:10:19 +0000 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398f46d..d40891c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.1.0](https://github.com/viswiz-io/viswiz-cli/compare/v2.0.0...v2.1.0) (2020-03-23) + + +### Features + +* Concurrency support for build command :tada: ([c95e222](https://github.com/viswiz-io/viswiz-cli/commit/c95e22284bffea84291f2e2310c24b79d8c5c990)) + ## [2.0.0](https://github.com/viswiz-io/viswiz-cli/compare/v1.1.1...v2.0.0) (2020-02-04) diff --git a/package.json b/package.json index 60fcc9a..7453ef8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viswiz", "description": "The VisWiz.io CLI", - "version": "2.0.0", + "version": "2.1.0", "main": "bin/viswiz", "author": "Valentin Agachi ", "repository": {