Skip to content

Commit

Permalink
🔖 update version to 0.0.6 and update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zlargon committed Dec 5, 2020
1 parent 35a50f3 commit 031b0d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
## 0.0.6 (Dec 5, 2020)

- `timeout` parameter is deprecated.
- Remove dependency `isomorphic-fetch`.
- Fix the change of Google Translate API ([@freddiefujiwara](https://github.com/freddiefujiwara) in [#37](https://github.com/zlargon/google-tts/pull/37)). Read more in [#35](https://github.com/zlargon/google-tts/issues/35)

## 0.0.5 (Nov 8, 2020)

- Upgrade the dependencies and fix the vulnerability. ([#32](https://github.com/zlargon/google-tts/issues/32))
- Add retry mechanism to prevent fetching token key failed too frequently. ([#33](https://github.com/zlargon/google-tts/issues/33))

## 0.0.4 (Nov 29, 2018)

- Fix the change of Google Translate API ([@ncpierson](https://github.com/ncpierson) in [#19](https://github.com/facebook/react/pull/19))
- Fix the change of Google Translate API ([@ncpierson](https://github.com/ncpierson) in [#19](https://github.com/zlargon/google-tts/pull/19))

## 0.0.3 (Sep 21, 2018)

- Add package-lock.lock file
- Fix the change of Google Translate API ([@ncpierson](https://github.com/ncpierson) in [#14](https://github.com/facebook/react/pull/14))
- Fix the change of Google Translate API ([@ncpierson](https://github.com/ncpierson) in [#14](https://github.com/zlargon/google-tts/pull/14))

## 0.0.2 (Aug 25, 2017)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-tts-api",
"version": "0.0.5",
"version": "0.0.6",
"description": "Google TTS (Text-To-Speech) for node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 031b0d6

Please sign in to comment.