From ca34d6cd7f4f4b4c0f96cc250f286202d297410d Mon Sep 17 00:00:00 2001 From: Rommel Berrios Date: Mon, 10 Jun 2019 17:22:16 -0600 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a71b7e6..3ccc68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [2.2.0] - 2019-06-10 + ### Added - Added support for per slot utterances in alexa (this is the beginning of dialog support) @@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add support for Alexa, Dialogflow - Add support to download other sheet -[unreleased]: https://github.com/VoxaAI/voxa-cli/compare/2.1.2...staging +[unreleased]: https://github.com/VoxaAI/voxa-cli/compare/2.2.0...staging +[2.2.0]: https://github.com/VoxaAI/voxa-cli/compare/2.1.2...2.2.0 [2.1.2]: https://github.com/VoxaAI/voxa-cli/compare/2.1.1...2.1.2 [2.1.1]: https://github.com/VoxaAI/voxa-cli/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/VoxaAI/voxa-cli/compare/2.0.1...2.1.0 diff --git a/package.json b/package.json index 623f2d8..9d03124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voxa-cli", - "version": "2.2.0-alpha2", + "version": "2.2.0", "description": "The Voxa CLI tools", "bin": { "voxa": "./bin/voxa.js"