Skip to content

Commit 040d2ac

Browse files
Release v3.1.1 (#336)
1 parent f47f84e commit 040d2ac

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

7+
## v3.1.1
8+
9+
02-18-2019 22:46 PST
10+
11+
### Bug fixes
12+
- fix: include proto d.ts in the build ([#335](https://github.com/googleapis/nodejs-datastore/pull/335))
13+
- fix(deps): update dependency @google-cloud/promisify to ^0.4.0 ([#333](https://github.com/googleapis/nodejs-datastore/pull/333))
14+
- fix: throw on invalid credentials ([#331](https://github.com/googleapis/nodejs-datastore/pull/331))
15+
- fix(deps): update dependency yargs to v13 ([#329](https://github.com/googleapis/nodejs-datastore/pull/329))
16+
17+
### Documentation
18+
- build: use linkinator for docs test ([#332](https://github.com/googleapis/nodejs-datastore/pull/332))
19+
- docs: update links in contrib guide ([#334](https://github.com/googleapis/nodejs-datastore/pull/334))
20+
721
## v3.1.0
822

923
02-09-2019 17:57 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.0",
4+
"version": "3.1.1",
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.0",
15+
"@google-cloud/datastore": "^3.1.1",
1616
"sinon": "^7.0.0",
1717
"yargs": "^13.0.0"
1818
},

0 commit comments

Comments
 (0)