Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Sep 26, 2018
1 parent 1ee5c23 commit 3bfafa5
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.20.1

### Documentation
- fix(docs): correct region tag for sample documentation (#272)

## v0.20.0

### Implementation Changes
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.20.0",
"version": "0.20.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.20.0",
"@google-cloud/pubsub": "^0.20.1",
"yargs": "^12.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3bfafa5

Please sign in to comment.