Skip to content

Commit

Permalink
chore(main): release 4.0.2 (#1808)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.0.2](https://togithub.com/googleapis/nodejs-pubsub/compare/v4.0.1...v4.0.2) (2023-08-24)


### Bug Fixes

* Make retry policy back off more aggressively for RPCs that retry RESOURCE_EXHAUSTD ([#1806](https://togithub.com/googleapis/nodejs-pubsub/issues/1806)) ([e9969ba](https://togithub.com/googleapis/nodejs-pubsub/commit/e9969bab92c38f1509b157034fcdbe5d5ec63903))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Aug 24, 2023
1 parent e9969ba commit 02281ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

## [4.0.2](https://github.com/googleapis/nodejs-pubsub/compare/v4.0.1...v4.0.2) (2023-08-24)


### Bug Fixes

* Make retry policy back off more aggressively for RPCs that retry RESOURCE_EXHAUSTD ([#1806](https://github.com/googleapis/nodejs-pubsub/issues/1806)) ([e9969ba](https://github.com/googleapis/nodejs-pubsub/commit/e9969bab92c38f1509b157034fcdbe5d5ec63903))

## [4.0.1](https://github.com/googleapis/nodejs-pubsub/compare/v4.0.0...v4.0.1) (2023-08-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/pubsub",
"description": "Cloud Pub/Sub Client Library for Node.js",
"version": "4.0.1",
"version": "4.0.2",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -21,7 +21,7 @@
"precompile": "npm run clean"
},
"dependencies": {
"@google-cloud/pubsub": "^4.0.1",
"@google-cloud/pubsub": "^4.0.2",
"@opentelemetry/api": "^1.0.0",
"@opentelemetry/tracing": "^0.24.0",
"avro-js": "^1.10.1",
Expand Down

0 comments on commit 02281ba

Please sign in to comment.