Skip to content

Commit 854e4eb

Browse files
chore: release 5.0.6 (#593)
1 parent 58c2b3f commit 854e4eb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

7+
### [5.0.6](https://www.github.com/googleapis/nodejs-datastore/compare/v5.0.5...v5.0.6) (2020-02-20)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency sinon to v9 ([#592](https://www.github.com/googleapis/nodejs-datastore/issues/592)) ([58c2b3f](https://www.github.com/googleapis/nodejs-datastore/commit/58c2b3fd97b1bab6bd6f03de0d7cdfba622bb6cb))
13+
714
### [5.0.5](https://www.github.com/googleapis/nodejs-datastore/compare/v5.0.4...v5.0.5) (2020-02-12)
815

916

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": "5.0.5",
4+
"version": "5.0.6",
55
"license": "Apache-2.0",
66
"author": "Google LLC.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/datastore": "^5.0.5",
17+
"@google-cloud/datastore": "^5.0.6",
1818
"sinon": "^9.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)