From 7a6c8e7ef30fd47f807d6567e59cf50f037bd80a Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 18 Jun 2019 16:43:39 -0700 Subject: [PATCH] chore: release 4.2.2 (#737) * updated CHANGELOG.md * updated package.json * updated samples/package.json --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b6e4a5..fc2f03a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/google-auth-library-nodejs?activeTab=versions +### [4.2.2](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v4.2.1...v4.2.2) (2019-06-18) + + +### Bug Fixes + +* **compute:** correctly specify scopes when fetching token ([#735](https://www.github.com/googleapis/google-auth-library-nodejs/issues/735)) ([4803e3c](https://www.github.com/googleapis/google-auth-library-nodejs/commit/4803e3c)) + ### [4.2.1](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v4.2.0...v4.2.1) (2019-06-14) diff --git a/package.json b/package.json index 0daf9466..5f81ac10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-auth-library", - "version": "4.2.1", + "version": "4.2.2", "author": "Google Inc.", "description": "Google APIs Authentication Client Library for Node.js", "engines": { diff --git a/samples/package.json b/samples/package.json index 02ccd24b..8f13f8eb 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,7 +12,7 @@ }, "license": "Apache-2.0", "dependencies": { - "google-auth-library": "^4.2.1", + "google-auth-library": "^4.2.2", "node-fetch": "^2.3.0", "opn": "^5.3.0", "server-destroy": "^1.0.1"