Skip to content

Commit fa2d906

Browse files
chore: release 1.14.2 (#731)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.14.2](https://www.github.com/googleapis/gax-nodejs/compare/v1.14.1...v1.14.2) (2020-02-27) ### Bug Fixes * **deps:** update @grpc/grpc-js see: [#728](https://www.github.com/googleapis/gax-nodejs/issues/728) ([#730](https://www.github.com/googleapis/gax-nodejs/issues/730)) ([b08a316](https://www.github.com/googleapis/gax-nodejs/commit/b08a316ec74654c07907d2f350df152fcf612c4a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent 2270f27 commit fa2d906

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/packages/google-gax/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
66

7+
### [1.14.2](https://www.github.com/googleapis/gax-nodejs/compare/v1.14.1...v1.14.2) (2020-02-27)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update @grpc/grpc-js see: [#728](https://www.github.com/googleapis/gax-nodejs/issues/728) ([#730](https://www.github.com/googleapis/gax-nodejs/issues/730)) ([b08a316](https://www.github.com/googleapis/gax-nodejs/commit/b08a316ec74654c07907d2f350df152fcf612c4a))
13+
714
### [1.14.1](https://www.github.com/googleapis/gax-nodejs/compare/v1.14.0...v1.14.1) (2020-01-28)
815

916

packages/packages/google-gax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/packages/google-gax/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "c8 mocha system-test"
1212
},
1313
"dependencies": {
14-
"google-gax": "^1.14.1"
14+
"google-gax": "^1.14.2"
1515
},
1616
"devDependencies": {
1717
"c8": "^7.0.0",

0 commit comments

Comments
 (0)