Skip to content

Commit 401b2e1

Browse files
Release v3.0.1 (#301)
1 parent 177b11b commit 401b2e1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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

7+
## v3.0.1
8+
9+
01-15-2019 13:20 PST
10+
11+
### Bug fixes
12+
- fix: ship the build directory ([#300](https://github.com/googleapis/nodejs-datastore/pull/300))
13+
14+
### Internal / Testing Changes
15+
- build: check broken links in generated docs ([#292](https://github.com/googleapis/nodejs-datastore/pull/292))
16+
717
## v3.0.0
818

919
01-14-2019 20:31 PST

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": "3.0.0",
4+
"version": "3.0.1",
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
@@ -12,7 +12,7 @@
1212
"test": "mocha system-test/*.test.js --timeout=600000"
1313
},
1414
"dependencies": {
15-
"@google-cloud/datastore": "^3.0.0",
15+
"@google-cloud/datastore": "^3.0.1",
1616
"sinon": "^7.0.0",
1717
"yargs": "^12.0.1"
1818
},

0 commit comments

Comments
 (0)