From f5b29b144951b4fff8e1310346995a53288d29b6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 18:32:04 +0000 Subject: [PATCH] chore: release 1.0.1 (#56) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.1](https://www.github.com/googleapis/nodejs-local-auth/compare/v1.0.0...v1.0.1) (2021-02-09) ### Bug Fixes * **deps:** update dependency google-auth-library to v7 ([#55](https://www.github.com/googleapis/nodejs-local-auth/issues/55)) ([fbb6106](https://www.github.com/googleapis/nodejs-local-auth/commit/fbb6106ef7b6b719dfbc236ff12152521a4c0011)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- 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 1098dc0..597893f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/nodejs-local-auth/compare/v1.0.0...v1.0.1) (2021-02-09) + + +### Bug Fixes + +* **deps:** update dependency google-auth-library to v7 ([#55](https://www.github.com/googleapis/nodejs-local-auth/issues/55)) ([fbb6106](https://www.github.com/googleapis/nodejs-local-auth/commit/fbb6106ef7b6b719dfbc236ff12152521a4c0011)) + ## 1.0.0 (2020-06-11) diff --git a/package.json b/package.json index a510137..cfdffc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/local-auth", - "version": "1.0.0", + "version": "1.0.1", "description": "A standalone library for receiving Google OAuth tokens", "main": "build/src/index.js", "types": "build/src/index.d.ts", diff --git a/samples/package.json b/samples/package.json index 59f8621..f0a2f27 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,6 +12,6 @@ "mocha": "^8.0.0" }, "dependencies": { - "@google-cloud/local-auth": "^1.0.0" + "@google-cloud/local-auth": "^1.0.1" } }