Skip to content

Commit b27ab44

Browse files
chore(main): release 4.10.1
1 parent 9cd73b3 commit b27ab44

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## [4.10.1](https://github.com/googleapis/nodejs-pubsub/compare/v4.10.0...v4.10.1) (2025-03-27)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** Update dependency @opentelemetry/semantic-conventions to ~1.29.0 ([#2012](https://github.com/googleapis/nodejs-pubsub/issues/2012)) ([bfe8243](https://github.com/googleapis/nodejs-pubsub/commit/bfe82434492a95fc24ee54ff947d0e52d5e93195))
13+
* Type widening to match gapic, and two typing fixes ([#2020](https://github.com/googleapis/nodejs-pubsub/issues/2020)) ([9cd73b3](https://github.com/googleapis/nodejs-pubsub/commit/9cd73b33980b7f02fe507a3a52042112690ab62c))
14+
715
## [4.10.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.9.0...v4.10.0) (2025-01-13)
816

917

package.json

Lines changed: 1 addition & 1 deletion
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": "4.10.0",
4+
"version": "4.10.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.0.0",
25-
"@google-cloud/pubsub": "^4.10.0",
25+
"@google-cloud/pubsub": "^4.10.1",
2626
"@google-cloud/storage": "^7.11.1",
2727
"@opentelemetry/api": "^1.6.0",
2828
"@opentelemetry/resources": "^1.17.0",

0 commit comments

Comments
 (0)