Skip to content

Commit d464f9e

Browse files
chore: release 2.5.0 (#561)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 238ae4d commit d464f9e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-compute/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [2.5.0](https://www.github.com/googleapis/nodejs-compute/compare/v2.4.4...v2.5.0) (2021-05-25)
8+
9+
10+
### Features
11+
12+
* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#557](https://www.github.com/googleapis/nodejs-compute/issues/557)) ([1e354f7](https://www.github.com/googleapis/nodejs-compute/commit/1e354f71dd6b053cac4e9b56ff48f5b8ca937968))
13+
714
### [2.4.4](https://www.github.com/googleapis/nodejs-compute/compare/v2.4.3...v2.4.4) (2021-05-04)
815

916

packages/google-cloud-compute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/compute",
33
"description": "Google Compute Engine Client Library for Node.js",
4-
"version": "2.4.4",
4+
"version": "2.5.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

packages/google-cloud-compute/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 1200000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/compute": "^2.4.4",
18+
"@google-cloud/compute": "^2.5.0",
1919
"@sendgrid/mail": "^7.0.0",
2020
"node-fetch": "^2.3.0",
2121
"nodemailer": "^6.0.0",

0 commit comments

Comments
 (0)