diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d4b81..9c54638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.7](https://github.com/empierre/MyDomoAtHome/compare/v0.3.6...v0.3.7) (2023-11-22) + ### [0.3.6](https://github.com/empierre/MyDomoAtHome/compare/v0.3.5...v0.3.6) (2023-11-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4fd40b1..824d5c6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "mydomoathome", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mydomoathome", - "version": "0.3.6", + "version": "0.3.7", "license": "GPL-2.0", "dependencies": { "basic-auth": "1.1.0", diff --git a/package-lock.json b/package-lock.json index 32720d2..7f32f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-mydomoathome", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-mydomoathome", - "version": "0.3.6", + "version": "0.3.7", "license": "GPL-2.0", "dependencies": { "basic-auth": "1.1.0", diff --git a/package.json b/package.json index 7c9488b..f41b5dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mydomoathome", "description": "Imperihome ISS API gateway to Domoticz", - "version": "0.3.6", + "version": "0.3.7", "dependencies": { "basic-auth": "1.1.0", "body-parser": "^1.20.2",