Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#143)
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] committed May 17, 2022
1 parent 6ffeb5d commit 5af2edf
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

## [2.0.0](https://github.com/googleapis/nodejs-local-auth/compare/v1.0.1...v2.0.0) (2022-05-17)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#142)

### Build System

* update library to use Node 12 ([#142](https://github.com/googleapis/nodejs-local-auth/issues/142)) ([6ffeb5d](https://github.com/googleapis/nodejs-local-auth/commit/6ffeb5defec93024e52962df29f5d2a2fc155325))

### [1.0.1](https://www.github.com/googleapis/nodejs-local-auth/compare/v1.0.0...v1.0.1) (2021-02-09)


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": "1.0.1",
"version": "2.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": "^1.0.1"
"@google-cloud/local-auth": "^2.0.0"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 5af2edf

Please sign in to comment.