Skip to content

Commit 7f74c2f

Browse files
committed
v3.0.2
1 parent 02f51ab commit 7f74c2f

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 3.0.2 (2020-11-20)
7+
8+
9+
10+
# 2.0.0 (2017-08-09)
11+
12+
13+
14+
## 1.3.1 (2016-12-05)
15+
16+
17+
18+
# 1.3.0 (2016-09-23)
19+
20+
21+
22+
## 1.1.1 (2015-07-21)
23+
24+
25+
26+
## 1.0.2 (2015-05-08)
27+
28+
29+
30+
## 1.0.1 (2015-04-19)
31+
32+
**Note:** Version bump only for package @nativescript-community/texttospeech

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "3.0.1",
5+
"version": "3.0.2",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 3.0.2 (2020-11-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/texttospeech

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/texttospeech",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A text to speech NativeScript plugin for Android and iOS",
55
"main": "texttospeech",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)