Skip to content

Commit

Permalink
chore: release 1.0.1 (#56)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.0.1](https://www.github.com/googleapis/nodejs-local-auth/compare/v1.0.0...v1.0.1) (2021-02-09)


### Bug Fixes

* **deps:** update dependency google-auth-library to v7 ([#55](https://www.github.com/googleapis/nodejs-local-auth/issues/55)) ([fbb6106](https://www.github.com/googleapis/nodejs-local-auth/commit/fbb6106ef7b6b719dfbc236ff12152521a4c0011))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Feb 9, 2021
1 parent fbb6106 commit f5b29b1
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

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


### Bug Fixes

* **deps:** update dependency google-auth-library to v7 ([#55](https://www.github.com/googleapis/nodejs-local-auth/issues/55)) ([fbb6106](https://www.github.com/googleapis/nodejs-local-auth/commit/fbb6106ef7b6b719dfbc236ff12152521a4c0011))

## 1.0.0 (2020-06-11)


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.0",
"version": "1.0.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,6 +12,6 @@
"mocha": "^8.0.0"
},
"dependencies": {
"@google-cloud/local-auth": "^1.0.0"
"@google-cloud/local-auth": "^1.0.1"
}
}

0 comments on commit f5b29b1

Please sign in to comment.