Skip to content

Commit

Permalink
chore: release 1.7.3 (#986)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
feywind authored May 5, 2020
1 parent 4731535 commit fc69066
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [1.7.3](https://www.github.com/googleapis/nodejs-pubsub/compare/v1.7.2...v1.7.3) (2020-05-01)


### Bug Fixes

* **close:** ensure in-flight messages are drained ([#952](https://www.github.com/googleapis/nodejs-pubsub/issues/952)) ([#980](https://www.github.com/googleapis/nodejs-pubsub/issues/980)) ([4731535](https://www.github.com/googleapis/nodejs-pubsub/commit/473153587024bebfad43e8a5df8dcbd13d120402))

### [1.7.2](https://www.github.com/googleapis/nodejs-pubsub/compare/v1.7.1...v1.7.2) (2020-04-08)

This fix release was manually pushed to legacy-8.
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": "1.7.2",
"version": "1.7.3",
"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 @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/pubsub": "^1.7.2"
"@google-cloud/pubsub": "^1.7.3"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit fc69066

Please sign in to comment.