Skip to content

Commit

Permalink
Release v2.3.0 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and callmehiphop committed Feb 4, 2019
1 parent 4ae1f8d commit 1aab3b9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/google-cloud-speech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

[1]: https://www.npmjs.com/package/@google-cloud/speech?activeTab=versions

## v2.3.0

02-04-2019 14:07 PST

### New Features
- feat: support audioChannelCount ([#289](https://github.com/googleapis/nodejs-speech/pull/289))

### Dependencies
- fix(deps): update dependency google-gax to ^0.25.0 ([#287](https://github.com/googleapis/nodejs-speech/pull/287))
- chore(deps): update dependency eslint-config-prettier to v4 ([#286](https://github.com/googleapis/nodejs-speech/pull/286))
- fix(deps): update dependency google-gax to ^0.24.0 ([#283](https://github.com/googleapis/nodejs-speech/pull/283))
- fix(deps): update dependency @google-cloud/common to ^0.30.0 ([#282](https://github.com/googleapis/nodejs-speech/pull/282))

### Documentation
- build: ignore googleapis.com in doc link check ([#281](https://github.com/googleapis/nodejs-speech/pull/281))
- chore: update the generated doc comments ([#279](https://github.com/googleapis/nodejs-speech/pull/279))

### Internal / Testing Changes
- chore: update year in the license headers ([#280](https://github.com/googleapis/nodejs-speech/pull/280))

## v2.2.0

01-14-2019 12:45 PST
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/speech",
"description": "Cloud Speech Client Library for Node.js",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/speech": "^2.2.0",
"@google-cloud/speech": "^2.3.0",
"@google-cloud/storage": "^2.0.0",
"node-record-lpcm16": "^0.3.0",
"yargs": "^12.0.0"
Expand Down

0 comments on commit 1aab3b9

Please sign in to comment.