Skip to content

Commit b2ac15a

Browse files
committed
chore: release v1.10.2
return after detecting NSH command use release script
1 parent e03bed9 commit b2ac15a

File tree

5 files changed

+5387
-4
lines changed

5 files changed

+5387
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ admin/i18n/*/flat.txt
1313
*.launch
1414
.settings/
1515
*.sublime-workspace
16-
/package-lock.json

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,8 @@ The adapter is tested with an DENON AVR-X1200W and a Marantz SR5009.
836836
Placeholder for the next version (at the beginning of the line):
837837
### __WORK IN PROGRESS__
838838
-->
839-
### 1.10.1 (2021-01-28)
839+
840+
### 1.10.2 (2021-01-28)
840841
* (foxriver76) return after detecting NSH command
841842
* (foxriver76) use release script
842843

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "denon",
4-
"version": "1.10.1",
4+
"version": "1.10.2",
55
"news": {
6+
"1.10.2": {
7+
"en": "return after detecting NSH command\nuse release script",
8+
"de": "Rückkehr nach Erkennung des NSH-Befehls\nVerwenden Sie das Release-Skript",
9+
"ru": "вернуться после обнаружения команды NSH\nиспользовать сценарий выпуска",
10+
"pt": "retornar após detectar o comando NSH\nusar script de lançamento",
11+
"nl": "terugkeer na het detecteren van de NSH-opdracht\ngebruik release script",
12+
"fr": "retour après détection de la commande NSH\nutiliser le script de publication",
13+
"it": "tornare dopo aver rilevato il comando NSH\nusa lo script di rilascio",
14+
"es": "volver después de detectar el comando NSH\nusar script de lanzamiento",
15+
"pl": "powrót po wykryciu polecenia NSH\nużyj skryptu wydania",
16+
"zh-cn": "检测到NSH命令后返回\n使用发布脚本"
17+
},
618
"1.10.1": {
719
"en": "return after detecting NSH command\nuse release script",
820
"de": "Rückkehr nach Erkennung des NSH-Befehls\nVerwenden Sie das Release-Skript",

0 commit comments

Comments
 (0)