From 5af2edfc4e9c7f464a14c7f8fb3501e7deb30ffc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 16:50:20 -0700 Subject: [PATCH] chore(main): release 2.0.0 (#143) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597893f..8df01c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 486c0c9..c14f70d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/samples/package.json b/samples/package.json index aa84829..065a700 100644 --- a/samples/package.json +++ b/samples/package.json @@ -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"