Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: release 2.0.2 (#462)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 9, 2020
1 parent e51074c commit 1ae1960
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/@google-cloud/compute?activeTab=versions

### [2.0.2](https://www.github.com/googleapis/nodejs-compute/compare/v2.0.1...v2.0.2) (2020-07-09)


### Bug Fixes

* do not override user-provided options ([#463](https://www.github.com/googleapis/nodejs-compute/issues/463)) ([e51074c](https://www.github.com/googleapis/nodejs-compute/commit/e51074c9c9524c7d4b3b8b64b897094ff344bce2))
* typeo in nodejs .gitattribute ([#461](https://www.github.com/googleapis/nodejs-compute/issues/461)) ([67ab7d7](https://www.github.com/googleapis/nodejs-compute/commit/67ab7d7a9b246e7f200fa769653a0fb73d119bef))

### [2.0.1](https://www.github.com/googleapis/nodejs-compute/compare/v2.0.0...v2.0.1) (2020-06-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/compute",
"description": "Google Compute Engine Client Library for Node.js",
"version": "2.0.1",
"version": "2.0.2",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha --timeout 1200000"
},
"dependencies": {
"@google-cloud/compute": "^2.0.1",
"@google-cloud/compute": "^2.0.2",
"@sendgrid/mail": "^7.0.0",
"node-fetch": "^2.3.0",
"nodemailer": "^6.0.0",
Expand Down

0 comments on commit 1ae1960

Please sign in to comment.