Skip to content

Commit 7cfb405

Browse files
chore(main): release 2.1.0 (#147)
🤖 I have created a release *beep* *boop* --- ## [2.1.0](googleapis/nodejs-workflows@v2.0.0...v2.1.0) (2022-06-29) ### Features * support regapic LRO ([#146](googleapis/nodejs-workflows#146)) ([a513afb](googleapis/nodejs-workflows@a513afb)) --- 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 f13a4bc commit 7cfb405

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-workflows-executions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/googleapis/nodejs-workflows/compare/v2.0.0...v2.1.0) (2022-06-29)
4+
5+
6+
### Features
7+
8+
* support regapic LRO ([#146](https://github.com/googleapis/nodejs-workflows/issues/146)) ([a513afb](https://github.com/googleapis/nodejs-workflows/commit/a513afb8499dd3e377b0c43ee31aeaacbf39c0e9))
9+
310
## [2.0.0](https://github.com/googleapis/nodejs-workflows/compare/v1.4.0...v2.0.0) (2022-05-20)
411

512

packages/google-cloud-workflows-executions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/workflows",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Workflows client for Node.js",
55
"repository": "googleapis/nodejs-workflows",
66
"license": "Apache-2.0",

packages/google-cloud-workflows-executions/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/workflows": "^2.0.0"
16+
"@google-cloud/workflows": "^2.1.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.3.0",

0 commit comments

Comments
 (0)