Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
* (Apollon77) Fix mail.ee settings
  • Loading branch information
Apollon77 committed May 18, 2022
1 parent 8fc75f1 commit ad47ba5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ 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

### __WORK IN PROGRESS__
### 1.1.2 (2022-05-18)
* (Apollon77) Fix mail.ee settings

### 1.1.1 (2022-05-18)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "email",
"version": "1.1.1",
"version": "1.1.2",
"news": {
"1.1.2": {
"en": "Fix mail.ee settings",
"de": "Mail.ee-Einstellungen korrigieren",
"ru": "Исправить настройки mail.ee",
"pt": "Corrigir as configurações do mail.ee",
"nl": "Mail.ee-instellingen herstellen",
"fr": "Corriger les paramètres de mail.ee",
"it": "Correggi le impostazioni di mail.ee",
"es": "Arreglar la configuración de mail.ee",
"pl": "Napraw ustawienia mail.ee",
"zh-cn": "修复 mail.ee 设置"
},
"1.1.1": {
"en": "Allow to use connections to port 25 unencrypted",
"de": "Verbindungen zu Port 25 unverschlüsselt verwenden",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Modo compacto compatible",
"pl": "Obsługiwany tryb kompaktowy",
"zh-cn": "支持紧凑模式"
},
"1.0.5": {
"en": "js-controller 2.0 compatibility, dependency updates",
"de": "Kompatibilität mit js-controller 2.0, Abhängigkeitsaktualisierungen",
"ru": "Совместимость с js-controller 2.0, обновления зависимостей",
"pt": "Compatibilidade com js-controller 2.0, atualizações de dependência",
"nl": "js-controller 2.0 compatibiliteit, afhankelijkheid updates",
"fr": "Compatibilité js-controller 2.0, mises à jour de dépendance",
"it": "Compatibilità js-controller 2.0, aggiornamenti delle dipendenze",
"es": "Compatibilidad con js-controller 2.0, actualizaciones de dependencia",
"pl": "Zgodność z js-kontrolerem 2.0, aktualizacje zależności",
"zh-cn": "js-controller 2.0兼容性,依赖性更新"
}
},
"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.1",
"version": "1.1.2",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit ad47ba5

Please sign in to comment.