Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 8, 2024
1 parent c6c2fc6 commit 15bfeae
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.1](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1) (2024-01-08)


### Bug Fixes

* Resolve path to keys ([#185](https://github.com/googleapis/nodejs-local-auth/issues/185)) ([c6c2fc6](https://github.com/googleapis/nodejs-local-auth/commit/c6c2fc6bce4395c3ed2cf0b8594d6a1e0e8c70f4))

## [3.0.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.1...v3.0.0) (2023-08-10)


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.0",
"version": "3.0.1",
"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.0"
"@google-cloud/local-auth": "^3.0.1"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 15bfeae

Please sign in to comment.