From c397719021630f0650b6c7ddadc23abfea0fc5a6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:52:25 +0000 Subject: [PATCH] chore: release 4.3.0 (#861) :robot: I have created a release \*beep\* \*boop\* --- ## [4.3.0](https://www.github.com/googleapis/nodejs-dialogflow/compare/v4.2.0...v4.3.0) (2021-08-16) ### Features * expose `Locations` service to get/list avaliable locations of Dialogflow products; fixed some API annotations ([#860](https://www.github.com/googleapis/nodejs-dialogflow/issues/860)) ([05ea702](https://www.github.com/googleapis/nodejs-dialogflow/commit/05ea702372c08d0f0f157419799e59ea983df32a)) ### Bug Fixes * **build:** migrate to using main branch ([#862](https://www.github.com/googleapis/nodejs-dialogflow/issues/862)) ([ec0635c](https://www.github.com/googleapis/nodejs-dialogflow/commit/ec0635c17384c4fc5661d8a046b50b3fc2920505)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- dialogflow/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogflow/package.json b/dialogflow/package.json index e4bdcdb44a8..d3676d4f302 100644 --- a/dialogflow/package.json +++ b/dialogflow/package.json @@ -15,7 +15,7 @@ "test": "mocha system-test --timeout=600000" }, "dependencies": { - "@google-cloud/dialogflow": "^4.2.0", + "@google-cloud/dialogflow": "^4.3.0", "pb-util": "^1.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0"