Skip to content

Commit

Permalink
Release v2.2.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jan 14, 2019
1 parent 1e6a7a2 commit 5ce724b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/google-cloud-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## v2.2.0

01-14-2019 12:45 PST

### New Features
- feat: Multi-channel recognition

### Dependencies
- fix(deps): update dependency google-gax to ^0.23.0 ([#275](https://github.com/googleapis/nodejs-speech/pull/275))

### Documentation
- docs: check broken links in generated docs ([#268](https://github.com/googleapis/nodejs-speech/pull/268))

## v2.1.2

01-08-2019 14:18 PST
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-node/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.1.2",
"version": "2.2.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-node/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.1.2",
"@google-cloud/speech": "^2.2.0",
"@google-cloud/storage": "^2.0.0",
"node-record-lpcm16": "^0.3.0",
"yargs": "^12.0.0"
Expand Down

0 comments on commit 5ce724b

Please sign in to comment.