Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
* (foxriver76) support [Notification Manager](https://github.com/foxriver76/ioBroker.notification-manager)
  • Loading branch information
foxriver76 committed Jun 2, 2023
1 parent 527a5ec commit 97ca7c7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2022 bluefox <dogafox@gmail.com>
Copyright (c) 2014-2023 bluefox <dogafox@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ To send email from other adapter use **adapter.sendTo** function.
For other services see documentation of **Nodemailer**: `[https://github.com/nodemailer/nodemailer](https://github.com/nodemailer/nodemailer)`

## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 1.2.0 (2023-06-02)
* (foxriver76) support [Notification Manager](https://github.com/foxriver76/ioBroker.notification-manager)

### 1.1.4 (2022-10-08)
* (Apollon77) Prepare compatibility with future js-controller versions

Expand Down Expand Up @@ -177,7 +184,7 @@ For other services see documentation of **Nodemailer**: `[https://github.com/nod

The MIT License (MIT)

Copyright (c) 2014-2022 bluefox
Copyright (c) 2014-2023 bluefox

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "email",
"version": "1.1.4",
"version": "1.2.0",
"news": {
"1.2.0": {
"en": "support [Notification Manager](https://github.com/foxriver76/ioBroker.notification-manager)",
"de": "unterstützung [Notification Manager](https://github.com/foxriver76/ioBroker.notification-manager)",
"ru": "поддержка [Нетификация менеджер](https://github.com/foxriver76/ioBroker.notification-manager)",
"pt": "support [Notification Manager](https://github.com/foxriver76/ioBroker.notification-manager)",
"nl": "quality over Quantity (QoQ) Releases Vertaling:",
"fr": "(https://github.com/foxriver76/ioBroker.notification-manager)",
"it": "(https://github.com/foxriver76/ioBroker.notification-manager)",
"es": "support [Notification Manager](https://github.com/foxriver76/ioBroker.notification-manager)",
"pl": "profil na stronie (ang.)",
"uk": "підтримка [Повідомлення менеджера](https://github.com/foxriver76/ioBroker.notification-manager)",
"zh-cn": "(http://github.com/foxriver76/ioBroker.com-manager)"
},
"1.1.4": {
"en": "Prepare compatibility with future js-controller versions",
"de": "Kompatibilität mit zukünftigen js-Controller-Versionen vorbereiten",
Expand Down Expand Up @@ -74,18 +87,6 @@
"es": "Optimizar para js-controller 3.3",
"pl": "Optymalizacja dla kontrolera js 3.3",
"zh-cn": "针对 js-controller 3.3 优化"
},
"1.0.9": {
"en": "Call message callback always with error or without",
"de": "Rückruf der Rückrufnachricht immer mit oder ohne Fehler",
"ru": "Обратный вызов сообщения всегда с ошибкой или без",
"pt": "Callback de mensagem de chamada sempre com erro ou sem",
"nl": "Oproep terugbellen altijd met fout of zonder",
"fr": "Rappel de message d'appel toujours avec erreur ou sans",
"it": "Richiama messaggio di chiamata sempre con errore o senza",
"es": "Devolución de llamada de mensaje de llamada siempre con error o sin",
"pl": "Zadzwoń do wiadomości zwrotnej zawsze z błędem lub bez",
"zh-cn": "始终有错误或没有错误的呼叫消息回调"
}
},
"title": "Send emails",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.email",
"description": "Send e-mails from ioBroker",
"version": "1.1.4",
"version": "1.2.0",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 97ca7c7

Please sign in to comment.