From 16e5d75f78b983054ffc978e3fd7bf5530182a9e Mon Sep 17 00:00:00 2001 From: Wuelber Castillo Date: Tue, 17 Sep 2019 15:58:06 -0600 Subject: [PATCH] Prepare 2.2.1 release --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a6b6b..c380f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [2.2.1] - 2019-09-17 ### Added + - Added prompt to check if the project should be generated in the same folder or not. ### Fixed diff --git a/package.json b/package.json index 821e39c..5d594a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voxa-cli", - "version": "2.2.0", + "version": "2.2.1", "description": "The Voxa CLI tools", "bin": { "voxa": "./bin/voxa.js"