Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
* (BenAhrdt) update eslint
  • Loading branch information
BenAhrdt committed Dec 5, 2024
1 parent 68f0d61 commit 47b0d90
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The counter state will increase up from its saved value, when the shelly energy
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.3.0 (2024-12-05)
* (BenAhrdt) update eslint

### 2.2.1 (2024-11-26)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "bidirectional-counter",
"version": "2.2.1",
"version": "2.3.0",
"news": {
"2.3.0": {
"en": "update eslint",
"de": "update eslint",
"ru": "обновление eslint",
"pt": "atualização eslint",
"nl": "eslint bijwerken",
"fr": "mettre à jour eslint",
"it": "aggiornamento eslint",
"es": "update eslint",
"pl": "update eslint",
"uk": "оновлення eslint",
"zh-cn": "更新埃斯林特"
},
"2.2.1": {
"en": "changed schema and responsive tags",
"de": "geänderte schema- und responsive tags",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "poprawka w schemacie jsonconfig",
"uk": "корекція в jsonconfig schema",
"zh-cn": "更正"
},
"2.1.0": {
"en": "updated to new releasescript",
"de": "aktualisiert zum neuen releasescript",
"ru": "обновлено к новому релизу",
"pt": "atualizado para novo releasescript",
"nl": "vertaling:",
"fr": "mise à jour du nouveau communiqué",
"it": "aggiornato al nuovo releasescript",
"es": "actualizados a nuevos módulos de lanzamiento",
"pl": "uaktualnić do nowszych wersji",
"uk": "оновлений до нового релізу",
"zh-cn": "新的新闻稿的更新"
}
},
"titleLang": {
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,6 +1,6 @@
{
"name": "iobroker.bidirectional-counter",
"version": "2.2.1",
"version": "2.3.0",
"description": "Counter to separate consumption (positive changes) and deliverd (negative changes)",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 47b0d90

Please sign in to comment.