From 974a26286474437f2d362c90115c2c79d5b206b0 Mon Sep 17 00:00:00 2001 From: hrdtbs Date: Sat, 14 Mar 2020 15:54:47 +0900 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7898269..761f4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.0](https://github.com/hrdtbs/noavoice/compare/v2.1.0...v2.2.0) (2020-03-14) + + +### Features + +* manage the current playing voice ([bc330ff](https://github.com/hrdtbs/noavoice/commit/bc330ff20c61b6d53e05c9f8ad7aa292ff049c23)) +* Stop playing voice if exist playing voice ([846f0af](https://github.com/hrdtbs/noavoice/commit/846f0afebcaf29042df4513d15c261bf7ea7f6ae)) + ## [2.1.0](https://github.com/hrdtbs/noavoice/compare/v2.0.1...v2.1.0) (2020-03-05) diff --git a/package.json b/package.json index 9bd1db4..8f3be9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noavoice", - "version": "2.1.0", + "version": "2.2.0", "main": "index.js", "repository": "git@github.com:hrdtbs/noavoice.git", "author": "hrdtbs ",