File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
92302-09-2019 17:57 PST
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments