Skip to content

Commit 460f120

Browse files
chore(main): release 3.0.0 (#170)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4ebd6ac commit 460f120

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.1...v3.0.0) (2023-08-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to Node 14 ([#169](https://github.com/googleapis/nodejs-local-auth/issues/169))
9+
10+
### Miscellaneous Chores
11+
12+
* Upgrade to Node 14 ([#169](https://github.com/googleapis/nodejs-local-auth/issues/169)) ([4ebd6ac](https://github.com/googleapis/nodejs-local-auth/commit/4ebd6acb98627ba7f8e60c021dfdf70c24a408c6))
13+
314
## [2.1.1](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.0...v2.1.1) (2022-08-23)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/local-auth",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "A standalone library for receiving Google OAuth tokens",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mocha": "^8.0.0"
1313
},
1414
"dependencies": {
15-
"@google-cloud/local-auth": "^2.1.1"
15+
"@google-cloud/local-auth": "^3.0.0"
1616
},
1717
"engines": {
1818
"node": ">=14.0.0"

0 commit comments

Comments
 (0)