Skip to content

Commit de0772c

Browse files
authored
Release @google-cloud/spanner v3.1.0 (#552)
1 parent 8575558 commit de0772c

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-spanner?activeTab=versions
66

7+
## v3.1.0
8+
9+
03-06-2019 20:13 PST
10+
11+
### New Features
12+
- feat(transaction): batch dml ([#550](https://github.com/googleapis/nodejs-spanner/pull/550))
13+
14+
### Dependencies
15+
- chore(deps): update dependency @types/sinon to v7.0.9 ([#553](https://github.com/googleapis/nodejs-spanner/pull/553))
16+
- chore(deps): fix broken dep types ([#549](https://github.com/googleapis/nodejs-spanner/pull/549))
17+
18+
### Documentation
19+
- docs: Update grammar ([#544](https://github.com/googleapis/nodejs-spanner/pull/544))
20+
21+
### Internal / Testing Changes
22+
- chore: update proto docs and code style
23+
- chore(deps): use bundled p-queue types ([#547](https://github.com/googleapis/nodejs-spanner/pull/547))
24+
- build: update release configuration ([#545](https://github.com/googleapis/nodejs-spanner/pull/545))
25+
- build: use node10 to run samples-test, system-test etc ([#551](https://github.com/googleapis/nodejs-spanner/pull/551))
26+
727
## v3.0.0
828

929
02-25-2019 12:38 PST

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": "3.0.0",
4+
"version": "3.1.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
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/spanner": "^3.0.0",
17+
"@google-cloud/spanner": "^3.1.0",
1818
"yargs": "^13.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)