Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: release 2.7.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 10, 2021
1 parent 9c8e1b4 commit c9c88a0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.7.0](https://github.com/googleapis/nodejs-dialogflow-cx/compare/v2.6.0...v2.7.0) (2021-05-10)


### Features

* add support for service directory webhooks ([#110](https://github.com/googleapis/nodejs-dialogflow-cx/issues/110)) ([d4b87a5](https://github.com/googleapis/nodejs-dialogflow-cx/commit/d4b87a5ba49dfa723079be71f9a7c6e69b4240b2))
* add support for service directory webhooks ([#113](https://github.com/googleapis/nodejs-dialogflow-cx/issues/113)) ([2ce89d5](https://github.com/googleapis/nodejs-dialogflow-cx/commit/2ce89d5a885f73bb66630f2ba1e5ad79b7c40730))


### Bug Fixes

* **deps:** require google-gax v2.12.0 ([#106](https://github.com/googleapis/nodejs-dialogflow-cx/issues/106)) ([2c333d7](https://github.com/googleapis/nodejs-dialogflow-cx/commit/2c333d73df45ff13b0a2a85332bbcb23be2e7d41))
* use require() to load JSON protos ([#112](https://github.com/googleapis/nodejs-dialogflow-cx/issues/112)) ([d0cf055](https://github.com/googleapis/nodejs-dialogflow-cx/commit/d0cf055738496681fa351a9228f2a788b4132910))

## [2.6.0](https://github.com/googleapis/nodejs-dialogflow-cx/compare/v2.5.0...v2.6.0) (2021-05-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/dialogflow-cx",
"version": "2.6.0",
"version": "2.7.0",
"description": "Cx client for Node.js",
"repository": "googleapis/nodejs-dialogflow-cx",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/dialogflow-cx": "^2.6.0",
"@google-cloud/dialogflow-cx": "^2.7.0",
"uuid": "^8.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit c9c88a0

Please sign in to comment.