Skip to content

Commit

Permalink
Release v0.21.1 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Nov 15, 2018
1 parent 2cc9cf7 commit 6e420e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

[1]: https://www.npmjs.com/package/nodejs-pubsub?activeTab=versions

## v0.21.1

### Bug fixes
- fix: include protos in the package ([#336](https://github.com/googleapis/nodejs-pubsub/pull/336))

## v0.21.0

11-12-2018 17:25 PST
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/pubsub",
"description": "Cloud Pub/Sub Client Library for Node.js",
"version": "0.21.0",
"version": "0.21.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/pubsub": "^0.21.0",
"@google-cloud/pubsub": "^0.21.1",
"yargs": "^12.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6e420e7

Please sign in to comment.