Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 6f3f5f7

Browse files
committed
Update dependencies, add Changelog
1 parent 9bf82fa commit 6f3f5f7

File tree

3 files changed

+68
-81
lines changed

3 files changed

+68
-81
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v1.1.1
2+
## 07-10-2020
3+
* Updated dependencies.

package-lock.json

Lines changed: 62 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@artificialsolutions/tie-api-example-google-actions-sdk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Example connector for Teneo and Google Assistant",
55
"license": "Apache-2.0",
66
"author": "Lucas Willering",
@@ -19,8 +19,8 @@
1919
"teneo"
2020
],
2121
"dependencies": {
22-
"@artificialsolutions/tie-api-client": "^1.3.4",
23-
"actions-on-google": "^2.12.0",
22+
"@artificialsolutions/tie-api-client": "^1.3.7",
23+
"actions-on-google":"2.13.0",
2424
"body-parser": "^1.19.0",
2525
"dotenv": "^8.2.0",
2626
"express": "^4.17.1"

0 commit comments

Comments
 (0)