Skip to content

Commit 009d718

Browse files
chore(main): release 3.1.0 (#1603)
🤖 I have created a release *beep* *boop* --- ## [3.1.0](v3.0.3...v3.1.0) (2022-07-15) ### Features * add minExtension setting and plug it into EOS and ackDeadline settings ([#1582](#1582)) ([8709979](8709979)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8709979 commit 009d718

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+
## [3.1.0](https://github.com/googleapis/nodejs-pubsub/compare/v3.0.3...v3.1.0) (2022-07-15)
8+
9+
10+
### Features
11+
12+
* add minExtension setting and plug it into EOS and ackDeadline settings ([#1582](https://github.com/googleapis/nodejs-pubsub/issues/1582)) ([8709979](https://github.com/googleapis/nodejs-pubsub/commit/87099799960b9f299d3fad609c48bd13e03c9097))
13+
714
## [3.0.3](https://github.com/googleapis/nodejs-pubsub/compare/v3.0.2...v3.0.3) (2022-07-08)
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": "3.0.3",
4+
"version": "3.1.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
@@ -24,7 +24,7 @@
2424
"updatejs": "cp build/*.js ."
2525
},
2626
"dependencies": {
27-
"@google-cloud/pubsub": "^3.0.3",
27+
"@google-cloud/pubsub": "^3.1.0",
2828
"@opentelemetry/api": "^1.0.0",
2929
"@opentelemetry/tracing": "^0.24.0",
3030
"avro-js": "^1.10.1",

0 commit comments

Comments
 (0)