Skip to content

Commit 50a72c3

Browse files
1 parent 9775b77 commit 50a72c3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-cloud-dialogflow-cx/CHANGELOG.md

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

3+
### [2.12.1](https://www.github.com/googleapis/nodejs-dialogflow-cx/compare/v2.12.0...v2.12.1) (2021-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** google-gax v2.17.1 ([#148](https://www.github.com/googleapis/nodejs-dialogflow-cx/issues/148)) ([5e1ec0a](https://www.github.com/googleapis/nodejs-dialogflow-cx/commit/5e1ec0a77db21c219531800d2c54c5edd4f54fba))
9+
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#150](https://www.github.com/googleapis/nodejs-dialogflow-cx/issues/150)) ([8974183](https://www.github.com/googleapis/nodejs-dialogflow-cx/commit/8974183edd156e9adb9e9d11557931bda03c1d3c))
10+
311
## [2.12.0](https://www.github.com/googleapis/nodejs-dialogflow-cx/compare/v2.11.0...v2.12.0) (2021-06-30)
412

513

packages/google-cloud-dialogflow-cx/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/dialogflow-cx",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "Cx client for Node.js",
55
"repository": "googleapis/nodejs-dialogflow-cx",
66
"license": "Apache-2.0",

packages/google-cloud-dialogflow-cx/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/dialogflow-cx": "^2.12.0",
16+
"@google-cloud/dialogflow-cx": "^2.12.1",
1717
"uuid": "^8.3.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)