Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 10, 2023
1 parent 4ebd6ac commit 460f120
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* upgrade to Node 14 ([#169](https://github.com/googleapis/nodejs-local-auth/issues/169))

### Miscellaneous Chores

* Upgrade to Node 14 ([#169](https://github.com/googleapis/nodejs-local-auth/issues/169)) ([4ebd6ac](https://github.com/googleapis/nodejs-local-auth/commit/4ebd6acb98627ba7f8e60c021dfdf70c24a408c6))

## [2.1.1](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.0...v2.1.1) (2022-08-23)


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

0 comments on commit 460f120

Please sign in to comment.