Skip to content

Commit

Permalink
🔖 Release (major): 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krug <[email protected]>
  • Loading branch information
michikrug committed May 8, 2021
1 parent 83717c1 commit 0492cb6
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 66 deletions.
39 changes: 19 additions & 20 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openhab.google-assistant-smarthome.cloud-function",
"version": "2.1.0",
"version": "3.0.0",
"description": "A Google Assistant, Actions on Google based implementation for openHAB",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
],
"license": "EPL-2.0",
"dependencies": {
"actions-on-google": "^2.13.0",
"glob": "^7.1.6"
"actions-on-google": "^2.14.0",
"glob": "^7.1.7"
}
}
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openhab.google-assistant-smarthome",
"version": "2.1.0",
"version": "3.0.0",
"description": "A Google Assistant, Actions on Google based implementation for openHAB",
"main": "functions/index.js",
"repository": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"express": "^4.17.1"
},
"devDependencies": {
"@types/jest": "^26.0.21",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"@types/jest": "^26.0.23",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"nock": "^13.0.11",
"prettier": "2.2.1"
Expand Down

0 comments on commit 0492cb6

Please sign in to comment.