Skip to content

Commit

Permalink
chore: release 3.6.0 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 4, 2020
1 parent 950efc8 commit d49ab82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-speech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [3.6.0](https://www.github.com/googleapis/nodejs-speech/compare/v3.5.4...v3.6.0) (2020-02-04)


### Features

* created sample for speechcontext classes ([#515](https://www.github.com/googleapis/nodejs-speech/issues/515)) ([69e9d28](https://www.github.com/googleapis/nodejs-speech/commit/69e9d289671199c60af5175b210fbae77485134e))


### Bug Fixes

* enum, bytes, and Long types now accept strings ([9742189](https://www.github.com/googleapis/nodejs-speech/commit/974218903e4203de243b5d21229f273bf15ae7fc))

### [3.5.4](https://www.github.com/googleapis/nodejs-speech/compare/v3.5.3...v3.5.4) (2020-01-05)


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": "3.5.4",
"version": "3.6.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": "c8 mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/speech": "^3.5.4",
"@google-cloud/speech": "^3.6.0",
"@google-cloud/storage": "^4.0.0",
"chalk": "^3.0.0",
"node-record-lpcm16": "^1.0.1",
Expand Down

0 comments on commit d49ab82

Please sign in to comment.