diff --git a/CHANGELOG.md b/CHANGELOG.md index 51df28fd..5faa6505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.16.0](https://github.com/googleapis/nodejs-dialogflow-cx/compare/v2.15.0...v2.16.0) (2022-03-22) + + +### Features + +* added page in TestConfig ([7adaf67](https://github.com/googleapis/nodejs-dialogflow-cx/commit/7adaf6735cbef19d38e1288fd40ea27cf595b20f)) +* added page in TestConfig ([#239](https://github.com/googleapis/nodejs-dialogflow-cx/issues/239)) ([283c389](https://github.com/googleapis/nodejs-dialogflow-cx/commit/283c389cc220b9f192f15822ef2d1e38f35d6103)) + ## [2.15.0](https://github.com/googleapis/nodejs-dialogflow-cx/compare/v2.14.0...v2.15.0) (2022-01-19) diff --git a/package.json b/package.json index 399abd4d..22c20315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/dialogflow-cx", - "version": "2.15.0", + "version": "2.16.0", "description": "Cx client for Node.js", "repository": "googleapis/nodejs-dialogflow-cx", "license": "Apache-2.0", diff --git a/samples/package.json b/samples/package.json index 7474685a..9dfefdf0 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/dialogflow-cx": "^2.14.0", + "@google-cloud/dialogflow-cx": "^2.16.0", "uuid": "^8.3.1" }, "devDependencies": {