Skip to content

Commit

Permalink
v2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Grizzelbee committed Aug 21, 2023
1 parent d57dcc2 commit 3460a36
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 68 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 grizzelbee <open-source@hingsen.de>
Copyright (c) 2023 grizzelbee <open-source@hingsen.de>

MIT License

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ All states report whether there is a failure or not. `True` means a failure, `fa
## Changelog
### **WORK IN PROGRESS**

### 2.5.9 (2023-08-21) (Halo of the dark)
* (grizzelbee) Fix: Updated year in license- and readme file to make adapter checker happy

### 2.5.8 (2023-08-09) (Halo of the dark)
* (grizzelbee) Fix: Fixed calculation of hmax temperatures for heater models.

Expand Down Expand Up @@ -588,4 +591,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Copyright (c) 2020 .. 2022 Hanjo Hingsen <open-source@hingsen.de>
Copyright (c) 2020 .. 2023 Hanjo Hingsen <open-source@hingsen.de>
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "dysonairpurifier",
"version": "2.5.8",
"version": "2.5.9",
"news": {
"2.5.9": {
"en": "Updated year in license- and readme file to make adapter checker happy",
"de": "Aktualisiertes Jahr in der Lizenz- und Readme-Datei, um den Adapterprüfer glücklich zu machen",
"ru": "Обновлен год в файле лицензии и файле readme, чтобы сделать проверку адаптера счастливой.",
"pt": "Ano atualizado no arquivo de licença e leia-me para deixar o verificador do adaptador feliz",
"nl": "Bijgewerkt jaar in licentie- en leesmij-bestand om adapter checker blij te maken",
"fr": "Année mise à jour dans le fichier de licence et readme pour rendre le vérificateur d'adaptateur heureux",
"it": "Anno aggiornato nel file di licenza e readme per rendere felice il controllore dell'adattatore",
"es": "Año actualizado en la licencia y el archivo Léame para que el verificador de adaptadores sea feliz",
"pl": "Zaktualizowano rok w licencji i pliku readme, aby uszczęśliwić narzędzie do sprawdzania adapterów",
"uk": "Оновлено рік у файлі ліцензії та readme, щоб зробити інструмент перевірки адаптера щасливим",
"zh-cn": "更新了许可证和自述文件中的年份,以使适配器检查器满意"
},
"2.5.8": {
"en": "Fixed calculation of hmax values for heaters",
"de": "Berechnung der hmax-Werte für Heizungen korrigiert",
Expand Down
120 changes: 60 additions & 60 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": "iobroker.dysonairpurifier",
"version": "2.5.8",
"version": "2.5.9",
"description": "dyson air purifiers and fans",
"author": {
"name": "grizzelbee",
Expand All @@ -25,12 +25,12 @@
"dependencies": {
"@iobroker/adapter-core": "^3.0.3",
"@iobroker/plugin-sentry": "^1.2.1",
"@snyk/protect": "^1.1200.0",
"@snyk/protect": "^1.1204.0",
"axios": "^1.4.0",
"flatted": "^3.2.7",
"https": "^1.0.0",
"lodash": "^4.17.21",
"mqtt": "^5.0.2",
"mqtt": "^5.0.3",
"path": "^0.12.7",
"ssl-root-cas": "^1.3.1"
},
Expand All @@ -41,13 +41,13 @@
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.5.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.9",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
Expand Down

0 comments on commit 3460a36

Please sign in to comment.