From 487bdf86661450baee8a4d9da8b07b622770ef96 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 21:04:29 +0000 Subject: [PATCH] chore: release 4.1.4 (#855) :robot: I have created a release \*beep\* \*boop\* --- ### [4.1.4](https://www.github.com/googleapis/nodejs-dialogflow/compare/v4.1.3...v4.1.4) (2021-08-04) ### Bug Fixes * fix validation result docs feat: add language code to streaming recognition result docs: update environment docs ([#853](https://www.github.com/googleapis/nodejs-dialogflow/issues/853)) ([d2eb1bd](https://www.github.com/googleapis/nodejs-dialogflow/commit/d2eb1bdaf886493952163bcb41291ad492a7bfb8)) * fix validation result docs feat: add language code to streaming recognition result feat: add time zone and security settings to conversation profile docs: update agent docs docs: update entity type docs docs: update intent docs ([#854](https://www.github.com/googleapis/nodejs-dialogflow/issues/854)) ([cda7ff3](https://www.github.com/googleapis/nodejs-dialogflow/commit/cda7ff335abad989612c104e990be1f6a55c89b5)) --- 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 9d25508c306..a30958747de 100644 --- a/dialogflow/package.json +++ b/dialogflow/package.json @@ -15,7 +15,7 @@ "test": "mocha system-test --timeout=600000" }, "dependencies": { - "@google-cloud/dialogflow": "^4.1.3", + "@google-cloud/dialogflow": "^4.1.4", "pb-util": "^1.0.0", "uuid": "^8.0.0", "yargs": "^16.0.0"