Skip to content

Commit

Permalink
chore(main): release 5.2.0 (#967)
Browse files Browse the repository at this point in the history
* chore(main): release 5.2.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Aug 2, 2022
1 parent 00a57f2 commit 9ce4486
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://www.npmjs.com/package/dialogflow?activeTab=versions

## [5.2.0](https://github.com/googleapis/nodejs-dialogflow/compare/v5.1.0...v5.2.0) (2022-07-10)


### Features

* provide new parameter cx_current_page, the unique identifier of the CX page to override the `current_page` in the session. Add filter field to ListAnswerRecordsRequest. And add AudioInput to analysis requests docs: add more meaningful comments ([dc596ea](https://github.com/googleapis/nodejs-dialogflow/commit/dc596ea3ad8da955fa81513991f573c8665341a0))


### Bug Fixes

* **deps:** do not depend on protobufjs ([#968](https://github.com/googleapis/nodejs-dialogflow/issues/968)) ([08e36aa](https://github.com/googleapis/nodejs-dialogflow/commit/08e36aa4c4de24cbc7963f4bcf80762b892cb4c3))

## [5.1.0](https://github.com/googleapis/nodejs-dialogflow/compare/v5.0.0...v5.1.0) (2022-07-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dialogflow",
"description": "Dialogflow API client for Node.js",
"version": "5.1.0",
"version": "5.2.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dialogflow",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dialogflow",
"version": "5.1.0",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha system-test --timeout=600000"
},
"dependencies": {
"@google-cloud/dialogflow": "^5.1.0",
"@google-cloud/dialogflow": "^5.2.0",
"pb-util": "^1.0.0",
"uuid": "^8.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit 9ce4486

Please sign in to comment.