Skip to content

Commit a690c70

Browse files
chore(main): release 3.7.1 (#1748)
🤖 I have created a release *beep* *boop* --- ## [3.7.1](https://togithub.com/googleapis/nodejs-pubsub/compare/v3.7.0...v3.7.1) (2023-06-08) ### Bug Fixes * Don't crash if an already-drained/removed queue gets flushed again ([#1747](https://togithub.com/googleapis/nodejs-pubsub/issues/1747)) ([52ea441](https://togithub.com/googleapis/nodejs-pubsub/commit/52ea441fee302aa6c400b58d4ecebbc96a2ea5ea)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 52ea441 commit a690c70

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [3.7.1](https://github.com/googleapis/nodejs-pubsub/compare/v3.7.0...v3.7.1) (2023-06-08)
8+
9+
10+
### Bug Fixes
11+
12+
* Don't crash if an already-drained/removed queue gets flushed again ([#1747](https://github.com/googleapis/nodejs-pubsub/issues/1747)) ([52ea441](https://github.com/googleapis/nodejs-pubsub/commit/52ea441fee302aa6c400b58d4ecebbc96a2ea5ea))
13+
714
## [3.7.0](https://github.com/googleapis/nodejs-pubsub/compare/v3.6.0...v3.7.0) (2023-05-26)
815

916

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/pubsub",
33
"description": "Cloud Pub/Sub Client Library for Node.js",
4-
"version": "3.7.0",
4+
"version": "3.7.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

Diff for: samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"precompile": "npm run clean"
2222
},
2323
"dependencies": {
24-
"@google-cloud/pubsub": "^3.7.0",
24+
"@google-cloud/pubsub": "^3.7.1",
2525
"@opentelemetry/api": "^1.0.0",
2626
"@opentelemetry/tracing": "^0.24.0",
2727
"avro-js": "^1.10.1",

0 commit comments

Comments
 (0)