Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#1603)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] committed Jul 15, 2022
1 parent 8709979 commit 009d718
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [3.1.0](https://github.com/googleapis/nodejs-pubsub/compare/v3.0.3...v3.1.0) (2022-07-15)


### Features

* 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))

## [3.0.3](https://github.com/googleapis/nodejs-pubsub/compare/v3.0.2...v3.0.3) (2022-07-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/pubsub",
"description": "Cloud Pub/Sub Client Library for Node.js",
"version": "3.0.3",
"version": "3.1.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"updatejs": "cp build/*.js ."
},
"dependencies": {
"@google-cloud/pubsub": "^3.0.3",
"@google-cloud/pubsub": "^3.1.0",
"@opentelemetry/api": "^1.0.0",
"@opentelemetry/tracing": "^0.24.0",
"avro-js": "^1.10.1",
Expand Down

0 comments on commit 009d718

Please sign in to comment.