From 96962846e228e0e5ca102611f8d835acaa782038 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 19:30:12 +0000 Subject: [PATCH] chore(main): release 2.1.0 (#145) :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.0.0...v2.1.0) (2022-06-20) ### Features * Relax expectations around redirect URL and port to better support installed app client IDs and use ephemeral ports when possible ([#141](https://github.com/googleapis/nodejs-local-auth/issues/141)) ([5948e33](https://github.com/googleapis/nodejs-local-auth/commit/5948e333bae2deb4b27f2c2c6bd8160ba0efd014)) --- 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 8df01c7..03b0d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.0.0...v2.1.0) (2022-06-20) + + +### Features + +* Relax expectations around redirect URL and port to better support installed app client IDs and use ephemeral ports when possible ([#141](https://github.com/googleapis/nodejs-local-auth/issues/141)) ([5948e33](https://github.com/googleapis/nodejs-local-auth/commit/5948e333bae2deb4b27f2c2c6bd8160ba0efd014)) + ## [2.0.0](https://github.com/googleapis/nodejs-local-auth/compare/v1.0.1...v2.0.0) (2022-05-17) diff --git a/package.json b/package.json index c14f70d..aaa713b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/local-auth", - "version": "2.0.0", + "version": "2.1.0", "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 065a700..95df77c 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,7 +12,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "@google-cloud/local-auth": "^2.0.0" + "@google-cloud/local-auth": "^2.1.0" }, "engines": { "node": ">=12.0.0"