Skip to content

Commit 7f8c116

Browse files
chore(main): release 4.5.0 (#1937)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fd13fdf commit 7f8c116

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [4.5.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.4.1...v4.5.0) (2024-06-11)
8+
9+
10+
### Features
11+
12+
* Add service_account_email for export subscriptions ([#1927](https://github.com/googleapis/nodejs-pubsub/issues/1927)) ([c532854](https://github.com/googleapis/nodejs-pubsub/commit/c53285473c2c0973baf5932e52d2d135958c6948))
13+
714
## [4.4.1](https://github.com/googleapis/nodejs-pubsub/compare/v4.4.0...v4.4.1) (2024-05-30)
815

916

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.4.1",
4+
"version": "4.5.0",
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
@@ -21,7 +21,7 @@
2121
"precompile": "npm run clean"
2222
},
2323
"dependencies": {
24-
"@google-cloud/pubsub": "^4.4.1",
24+
"@google-cloud/pubsub": "^4.5.0",
2525
"@opentelemetry/api": "^1.6.0",
2626
"@opentelemetry/tracing": "^0.24.0",
2727
"avro-js": "^1.11.3",

0 commit comments

Comments
 (0)