Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#632)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.1](googleapis/nodejs-tasks@v3.0.0...v3.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#631](googleapis/nodejs-tasks#631)) ([df558e9](googleapis/nodejs-tasks@df558e9))

---
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] authored Jun 30, 2022
1 parent b9f5367 commit c71dfe7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/nodejs-tasks?activeTab=versions

## [3.0.1](https://github.com/googleapis/nodejs-tasks/compare/v3.0.0...v3.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#631](https://github.com/googleapis/nodejs-tasks/issues/631)) ([df558e9](https://github.com/googleapis/nodejs-tasks/commit/df558e95c7d1a92ba1133ba046e6bc33e840669b))

## [3.0.0](https://github.com/googleapis/nodejs-tasks/compare/v2.6.0...v3.0.0) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tasks",
"version": "3.0.0",
"version": "3.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tasks",
"version": "3.0.0",
"version": "3.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-tasks",
"version": "3.0.0",
"version": "3.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tasks/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "node server.js"
},
"dependencies": {
"@google-cloud/tasks": "^3.0.0",
"@google-cloud/tasks": "^3.0.1",
"body-parser": "^1.18.3",
"express": "^4.16.3"
},
Expand Down

0 comments on commit c71dfe7

Please sign in to comment.