Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#148)
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 Sep 8, 2022
1 parent 86f77ed commit 1330e68
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

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


### Bug Fixes

* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-local-auth/issues/1546)) ([#147](https://github.com/googleapis/nodejs-local-auth/issues/147)) ([86f77ed](https://github.com/googleapis/nodejs-local-auth/commit/86f77ed455452579ee8bbb47122d010bdb76d63d))

## [2.1.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.0.0...v2.1.0) (2022-06-20)


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

0 comments on commit 1330e68

Please sign in to comment.