Skip to content

Commit 698cd50

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 4.1.0 (#423)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent c04777d commit 698cd50

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

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

7+
## [4.1.0](https://www.github.com/googleapis/nodejs-datastore/compare/v4.0.0...v4.1.0) (2019-06-05)
8+
9+
10+
### Bug Fixes
11+
12+
* default options to empty object ([c04777d](https://www.github.com/googleapis/nodejs-datastore/commit/c04777d))
13+
14+
15+
### Features
16+
17+
* support apiEndpoint override in client constructor ([#422](https://www.github.com/googleapis/nodejs-datastore/issues/422)) ([0f75d38](https://www.github.com/googleapis/nodejs-datastore/commit/0f75d38))
18+
719
## [4.0.0](https://www.github.com/googleapis/nodejs-datastore/compare/v3.1.2...v4.0.0) (2019-05-15)
820

921

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": "4.0.0",
4+
"version": "4.1.0",
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
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test/*.test.js --timeout=600000"
1212
},
1313
"dependencies": {
14-
"@google-cloud/datastore": "^4.0.0",
14+
"@google-cloud/datastore": "^4.1.0",
1515
"sinon": "^7.0.0",
1616
"yargs": "^13.0.0"
1717
},

0 commit comments

Comments
 (0)