Skip to content

Commit a2d4450

Browse files
1 parent 6d370ad commit a2d4450

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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

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

3+
## [2.11.0](https://www.github.com/googleapis/nodejs-dialogflow-cx/compare/v2.10.0...v2.11.0) (2021-06-21)
4+
5+
6+
### Features
7+
8+
* **v3beta1:** Support partial response feature ([ee8a24a](https://www.github.com/googleapis/nodejs-dialogflow-cx/commit/ee8a24a1e47cb352198880490f047e2ff3d47152))
9+
* **v3beta1:** support sentiment analysis in bot testing ([#127](https://www.github.com/googleapis/nodejs-dialogflow-cx/issues/127)) ([2c45b2c](https://www.github.com/googleapis/nodejs-dialogflow-cx/commit/2c45b2c4e9662aaef7352f3b3edf58c0bf29779e))
10+
11+
12+
### Bug Fixes
13+
14+
* **v3beta1:** set agent default language code as required ([#134](https://www.github.com/googleapis/nodejs-dialogflow-cx/issues/134)) ([ee8a24a](https://www.github.com/googleapis/nodejs-dialogflow-cx/commit/ee8a24a1e47cb352198880490f047e2ff3d47152))
15+
316
## [2.10.0](https://www.github.com/googleapis/nodejs-dialogflow-cx/compare/v2.9.0...v2.10.0) (2021-06-17)
417

518

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.10.0",
3+
"version": "2.11.0",
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.10.0",
16+
"@google-cloud/dialogflow-cx": "^2.11.0",
1717
"uuid": "^8.3.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)