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/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) 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"