Skip to content

Commit

Permalink
Release v3.0.1 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jan 15, 2019
1 parent 177b11b commit 401b2e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@

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

## v3.0.1

01-15-2019 13:20 PST

### Bug fixes
- fix: ship the build directory ([#300](https://github.com/googleapis/nodejs-datastore/pull/300))

### Internal / Testing Changes
- build: check broken links in generated docs ([#292](https://github.com/googleapis/nodejs-datastore/pull/292))

## v3.0.0

01-14-2019 20:31 PST
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/datastore",
"description": "Cloud Datastore Client Library for Node.js",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -12,7 +12,7 @@
"test": "mocha system-test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/datastore": "^3.0.0",
"@google-cloud/datastore": "^3.0.1",
"sinon": "^7.0.0",
"yargs": "^12.0.1"
},
Expand Down

0 comments on commit 401b2e1

Please sign in to comment.