Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 20, 2020
1 parent 7502883 commit f852057
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/nativescript-community/texttospeech/compare/v3.0.2...v3.0.3) (2020-11-20)


### Bug Fixes

* andriod init funciton fix ([32e15ae](https://github.com/nativescript-community/texttospeech/commit/32e15ae083dada545348a979e939b4f73ad3d5d5))





## 3.0.2 (2020-11-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "3.0.2",
"version": "3.0.3",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/nativescript-community/texttospeech/compare/v3.0.2...v3.0.3) (2020-11-20)

**Note:** Version bump only for package @nativescript-community/texttospeech





## 3.0.2 (2020-11-20)

**Note:** Version bump only for package @nativescript-community/texttospeech
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/texttospeech",
"version": "3.0.2",
"version": "3.0.3",
"description": "A text to speech NativeScript plugin for Android and iOS",
"main": "texttospeech",
"typings": "index.d.ts",
Expand Down

0 comments on commit f852057

Please sign in to comment.