Skip to content

Commit 146c028

Browse files
chore(main): release 3.6.0 (#1726)
🤖 I have created a release *beep* *boop* --- ## [3.6.0](https://togithub.com/googleapis/nodejs-pubsub/compare/v3.5.2...v3.6.0) (2023-05-12) ### Features * Add cloud storage subscription fields ([#1724](https://togithub.com/googleapis/nodejs-pubsub/issues/1724)) ([f61a64a](https://togithub.com/googleapis/nodejs-pubsub/commit/f61a64a2daffdfbf4c7b18d50434899c572d108c)) --- 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 6ea41f4 commit 146c028

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.6.0](https://github.com/googleapis/nodejs-pubsub/compare/v3.5.2...v3.6.0) (2023-05-12)
8+
9+
10+
### Features
11+
12+
* Add cloud storage subscription fields ([#1724](https://github.com/googleapis/nodejs-pubsub/issues/1724)) ([f61a64a](https://github.com/googleapis/nodejs-pubsub/commit/f61a64a2daffdfbf4c7b18d50434899c572d108c))
13+
714
## [3.5.2](https://github.com/googleapis/nodejs-pubsub/compare/v3.5.1...v3.5.2) (2023-04-26)
815

916

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.5.2",
4+
"version": "3.6.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

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.5.2",
24+
"@google-cloud/pubsub": "^3.6.0",
2525
"@opentelemetry/api": "^1.0.0",
2626
"@opentelemetry/tracing": "^0.24.0",
2727
"avro-js": "^1.10.1",

0 commit comments

Comments
 (0)