Skip to content

Commit 1330e68

Browse files
chore(main): release 2.1.1 (#148)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 86f77ed commit 1330e68

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.0...v2.1.1) (2022-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [2.1.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.0.0...v2.1.0) (2022-06-20)
411

512

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.0",
3+
"version": "2.1.1",
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.0"
15+
"@google-cloud/local-auth": "^2.1.1"
1616
},
1717
"engines": {
1818
"node": ">=12.0.0"

0 commit comments

Comments
 (0)