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

Commit 7454351

Browse files
chore(main): release 3.1.2 (#689)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4f0842e commit 7454351

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
### [3.1.2](https://github.com/googleapis/nodejs-compute/compare/v3.1.1...v3.1.2) (2022-02-16)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** Add note in README mentioning tech discontinuity with previous version ([#690](https://github.com/googleapis/nodejs-compute/issues/690)) ([4f0842e](https://github.com/googleapis/nodejs-compute/commit/4f0842ecaa5db30a9650fa9cec7eeb6489bfe8c6))
13+
714
### [3.1.1](https://github.com/googleapis/nodejs-compute/compare/v3.1.0...v3.1.1) (2022-01-18)
815

916

package.json

Lines changed: 1 addition & 1 deletion
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": "3.1.1",
4+
"version": "3.1.2",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha test --timeout 1200000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/compute": "^3.1.0",
17+
"@google-cloud/compute": "^3.1.2",
1818
"@sendgrid/mail": "^7.0.0",
1919
"nodemailer": "^6.0.0",
2020
"nodemailer-smtp-transport": "^2.7.4"

0 commit comments

Comments
 (0)