From 95591baa09fc8cac5c10079e79023df4529dd010 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:12:33 +0000 Subject: [PATCH 1/2] chore(main): release 3.0.2 --- 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 0bbe0d2..b4459d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.1...v3.0.2) (2025-12-15) + + +### Bug Fixes + +* Typo ([#157](https://github.com/googleapis/nodejs-local-auth/issues/157)) ([59c66fa](https://github.com/googleapis/nodejs-local-auth/commit/59c66fad2f571e0b5aa3fd45c4cdba0d698173e8)) + ## [3.0.1](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1) (2024-01-08) diff --git a/package.json b/package.json index 85252e6..63c388f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/local-auth", - "version": "3.0.1", + "version": "3.0.2", "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 d1f935c..3fc1705 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,7 +12,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "@google-cloud/local-auth": "^3.0.1" + "@google-cloud/local-auth": "^3.0.2" }, "engines": { "node": ">=14.0.0" From 783e8db99c91c516995012890d2bc167a19b1a33 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 15 Dec 2025 20:14:59 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c1e8dfd..68ff073 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." [//]: # "To regenerate it, use `python -m synthtool`." -**_THIS PACKAGE IS DEPRECATED. PLEASE USE [OFFICIAL AUTH LIBRARY](https://www.npmjs.com/package/google-auth-library) AND MOCK IT, [EXAMPLE](https://github.com/googleapis/google-api-nodejs-client/pull/3849)_** - Google Cloud Platform logo # [Google Local Auth: Node.js Client](https://github.com/googleapis/nodejs-local-auth)