Skip to content

Commit 39eacf1

Browse files
Release v3.1.2 (#353)
1 parent 14cfe99 commit 39eacf1

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

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

7+
## v3.1.2
8+
9+
03-06-2019 12:24 PST
10+
11+
### Bug fixes
12+
- fix: make an explicit dependency on long ([#352](https://github.com/googleapis/nodejs-datastore/pull/352))
13+
- fix: include types in package ([#351](https://github.com/googleapis/nodejs-datastore/pull/351))
14+
- fix: add missing package, and add install test ([#346](https://github.com/googleapis/nodejs-datastore/pull/346))
15+
16+
### Documentation
17+
- docs(samples): Update datastore_transaction_retry sample to use function arguments rather than closed variables. ([#339](https://github.com/googleapis/nodejs-datastore/pull/339))
18+
19+
### Internal / Testing Changes
20+
- refactor(ts): enable noImplicitAny on test/request.ts ([#343](https://github.com/googleapis/nodejs-datastore/pull/343))
21+
- refactor(ts): enable noImplicitAny on test/query.ts ([#342](https://github.com/googleapis/nodejs-datastore/pull/342))
22+
- build: update release configuration
23+
- chore: update proto docs and code style
24+
- chore(deps): update dependency mocha to v6 ([#338](https://github.com/googleapis/nodejs-datastore/pull/338))
25+
726
## v3.1.1
827

928
02-18-2019 22:46 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/datastore",
33
"description": "Cloud Datastore Client Library for Node.js",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
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
@@ -12,7 +12,7 @@
1212
"test": "mocha system-test/*.test.js --timeout=600000"
1313
},
1414
"dependencies": {
15-
"@google-cloud/datastore": "^3.1.1",
15+
"@google-cloud/datastore": "^3.1.2",
1616
"sinon": "^7.0.0",
1717
"yargs": "^13.0.0"
1818
},

0 commit comments

Comments
 (0)