Skip to content

Commit

Permalink
chore: release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 16, 2020
1 parent e386676 commit 480d5cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0 (2020-06-11)


### Features

* 👋🌏 ([c6502b3](https://www.github.com/googleapis/nodejs-local-auth/commit/c6502b394b1efb4c5854fc030cdcad3b45e9bc08))
* accept array or string for scope ([#2](https://www.github.com/googleapis/nodejs-local-auth/issues/2)) ([6669fad](https://www.github.com/googleapis/nodejs-local-auth/commit/6669fad9af854c6ddfb9b3eee7f92394ffa5d733))
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": "0.1.0",
"version": "1.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,6 +12,6 @@
"mocha": "^8.0.0"
},
"dependencies": {
"@google-cloud/local-auth": "^0.1.0"
"@google-cloud/local-auth": "^1.0.0"
}
}

0 comments on commit 480d5cb

Please sign in to comment.