Skip to content

Commit 4ec1561

Browse files
chore(main): release 7.12.0 (#2088)
🤖 I have created a release *beep* *boop* --- ## [7.12.0](https://togithub.com/googleapis/nodejs-spanner/compare/v7.11.0...v7.12.0) (2024-08-02) ### Features * Grpc keep alive settings ([#2086](https://togithub.com/googleapis/nodejs-spanner/issues/2086)) ([7712c35](https://togithub.com/googleapis/nodejs-spanner/commit/7712c35be21863015bb709f5f89d9ef0bb656024)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 7712c35 commit 4ec1561

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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/nodejs-spanner?activeTab=versions
66

7+
## [7.12.0](https://github.com/googleapis/nodejs-spanner/compare/v7.11.0...v7.12.0) (2024-08-02)
8+
9+
10+
### Features
11+
12+
* Grpc keep alive settings ([#2086](https://github.com/googleapis/nodejs-spanner/issues/2086)) ([7712c35](https://github.com/googleapis/nodejs-spanner/commit/7712c35be21863015bb709f5f89d9ef0bb656024))
13+
714
## [7.11.0](https://github.com/googleapis/nodejs-spanner/compare/v7.10.0...v7.11.0) (2024-07-29)
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/spanner",
33
"description": "Cloud Spanner Client Library for Node.js",
4-
"version": "7.11.0",
4+
"version": "7.12.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@google-cloud/kms": "^4.0.0",
1919
"@google-cloud/precise-date": "^4.0.0",
20-
"@google-cloud/spanner": "^7.11.0",
20+
"@google-cloud/spanner": "^7.12.0",
2121
"yargs": "^17.0.0",
2222
"protobufjs": "^7.0.0"
2323
},

0 commit comments

Comments
 (0)