Skip to content

Commit 11f982c

Browse files
v1.3.5 (#67)
1 parent 6119064 commit 11f982c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "1.3.4",
4+
"version": "1.3.5",
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
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js system-test/*.test.js && nyc report"
1515
},
1616
"dependencies": {
17-
"@google-cloud/datastore": "1.3.4",
17+
"@google-cloud/datastore": "1.3.5",
1818
"sinon": "4.1.2",
1919
"yargs": "10.0.3"
2020
},

0 commit comments

Comments
 (0)