From b7b076b2d2d793bb744510cb07efabdbab70aebd Mon Sep 17 00:00:00 2001 From: Valentin Agachi Date: Tue, 4 Feb 2020 09:17:07 +0000 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5471b5..398f46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/viswiz-io/viswiz-cli/compare/v1.1.1...v2.0.0) (2020-02-04) + + +### ⚠ BREAKING CHANGES + +* Images in folders start using `/` as the folder separator. Previously this was replaced with `__`. + +### Features + +* Upgrade viswiz-sdk v5.0.0 ([5ff2e7d](https://github.com/viswiz-io/viswiz-cli/commit/5ff2e7d9079cf689dd62c29fbcf5c7175549081b)) + ### [1.1.1](https://github.com/viswiz-io/viswiz-cli/compare/v1.1.0...v1.1.1) (2019-12-01) ## [1.1.0](https://github.com/viswiz-io/viswiz-cli/compare/v1.0.0...v1.1.0) (2019-09-10) diff --git a/package.json b/package.json index f086245..901a01b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viswiz", "description": "The VisWiz.io CLI", - "version": "1.1.1", + "version": "2.0.0", "main": "bin/viswiz", "author": "Valentin Agachi ", "repository": {