Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## v3.1.1

02-18-2019 22:46 PST

### Bug fixes
- fix: include proto d.ts in the build ([#335](https://github.com/googleapis/nodejs-datastore/pull/335))
- fix(deps): update dependency @google-cloud/promisify to ^0.4.0 ([#333](https://github.com/googleapis/nodejs-datastore/pull/333))
- fix: throw on invalid credentials ([#331](https://github.com/googleapis/nodejs-datastore/pull/331))
- fix(deps): update dependency yargs to v13 ([#329](https://github.com/googleapis/nodejs-datastore/pull/329))

### Documentation
- build: use linkinator for docs test ([#332](https://github.com/googleapis/nodejs-datastore/pull/332))
- docs: update links in contrib guide ([#334](https://github.com/googleapis/nodejs-datastore/pull/334))

## v3.1.0

02-09-2019 17:57 PST
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/datastore",
"description": "Cloud Datastore Client Library for Node.js",
"version": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "mocha system-test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/datastore": "^3.1.0",
"@google-cloud/datastore": "^3.1.1",
"sinon": "^7.0.0",
"yargs": "^13.0.0"
},
Expand Down