Skip to content

Commit

Permalink
chore(main): release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 23, 2024
1 parent 04df0ac commit 863fe98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.2](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.1...v3.0.2) (2024-10-23)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 863fe98

Please sign in to comment.