diff --git a/CHANGELOG.md b/CHANGELOG.md index 08008c8..1b2c3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.6](https://github.com/nativescript-community/texttospeech/compare/v3.0.5...v3.0.6) (2022-05-18) + + +### Features + +* **android:** init options to define audioattributes ([99528ba](https://github.com/nativescript-community/texttospeech/commit/99528bad42613cbac6ab7e17cfc9ac232215d2c1)) + + + + + ## [3.0.5](https://github.com/nativescript-community/texttospeech/compare/v3.0.4...v3.0.5) (2022-02-08) diff --git a/lerna.json b/lerna.json index e01566c..e9a381c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "3.0.5", + "version": "3.0.6", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index a8cc0a1..d697e5b 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.6](https://github.com/nativescript-community/texttospeech/compare/v3.0.5...v3.0.6) (2022-05-18) + +**Note:** Version bump only for package @nativescript-community/texttospeech + + + + + ## [3.0.5](https://github.com/nativescript-community/texttospeech/compare/v3.0.4...v3.0.5) (2022-02-08) **Note:** Version bump only for package @nativescript-community/texttospeech diff --git a/plugin/package.json b/plugin/package.json index b690ae9..ebc2e67 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/texttospeech", - "version": "3.0.5", + "version": "3.0.6", "description": "A text to speech NativeScript plugin for Android and iOS", "main": "texttospeech", "typings": "index.d.ts",