Skip to content

Commit

Permalink
chore: release v0.4.0-alpha.0
Browse files Browse the repository at this point in the history
* (HGlab01) Breaking changes
    - Node 18.0 or higher
    - ioBroker host (js-controller) 5.0 or higher
* (HGlab01) Bump axios to 1.6.2
  • Loading branch information
HGlab01 committed Nov 28, 2023
1 parent 6d081a0 commit eec2a08
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 0.3.2 (2022-12-16)
* (HGlab01) Add feature to find cheapest stations over all locations (#365)
* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.10
* (HGlab01) Bump axios to 1.2.1

## 0.3.1 (2022-10-25)
* (HGlab01) Add option to exclude closed gas stations (#407)

Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Default schedule is done every 20 minutes as cron job in the instance tab.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 0.4.0-alpha.0 (2023-11-28)
* (HGlab01) Breaking changes
- Node 18.0 or higher
- ioBroker host (js-controller) 5.0 or higher
* (HGlab01) Bump axios to 1.6.2

### 0.3.6 (2023-08-10)
* (HGlab01) switch to Admin5 UI for configuration

Expand All @@ -47,11 +47,6 @@ Default schedule is done every 20 minutes as cron job in the instance tab.
### 0.3.3 (2022-12-22)
* (HGlab01) Cheapest station now per fuel type (#445)

### 0.3.2 (2022-12-16)
* (HGlab01) Add feature to find cheapest stations over all locations (#365)
* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.10
* (HGlab01) Bump axios to 1.2.1

## License
MIT License

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": "fuelpricemonitor",
"version": "0.3.6",
"version": "0.4.0-alpha.0",
"news": {
"0.4.0-alpha.0": {
"en": "Breaking changes\nNode 18.0 or higher\nioBroker host (js-controller) 5.0 or higher\nBump axios to 1.6.2",
"de": "Veränderungsraten\nNode 18.0 oder höher\nioBroker host (js-controller) 5.0 oder höher\nBump axios zu 1.6.2",
"ru": "Перерыв изменений\nNode 18.0 или выше\nioBroker host (js-controller) 5.0 или выше\nBump осье до 1.6.2",
"pt": "Alterações de ruptura\nNode 18.0 ou superior\nhospedeiro ioBroker (js-controller) 5.0 ou superior\nBump axios para 1.6.2",
"nl": "Breaking changes\nNode 18.0 of hoger\nioBroker gastheer (js-controller) 5,0 of hoger\nBump Axios naar 1.6.2",
"fr": "Changements de rupture\nNode 18.0 ou supérieur\nioBroker host (js-controller) 5.0 ou supérieur\nAxyose de bouillon à 1.6.2",
"it": "Cambiamenti di rottura\nNodo 18.0 o superiore\nioBroker host (js-controller) 5.0 o superiore\nAssio di bump a 1.6.2",
"es": "Cambios de ruptura\nNodo 18.0 o superior\nioBroker host (js-controller) 5.0 o superior\nAxios de bomba a 1.6.2",
"pl": "Zmiany\n18.0 lub więcej\nioBroker host (js-controller) 5.0 lub wyższe\nBump axios to 1.6.2 (ang.)",
"uk": "Зміни\nNode 18.0 або вище\nioBroker host (js-controller) 5.0 або вище\nБампер аксіос до 1.6.2",
"zh-cn": "断 变\n第18.0或更高\nio Broker收容(控制员)5.0或更高。\nBumpxios to 1.6.2"
},
"0.3.6": {
"en": "switch to Admin5 UI for configuration",
"de": "admin5 UI zur Konfiguration wechseln",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Obecnie stacja Cheapest na paliwo typu #(445)",
"uk": "Найдешевші станції тепер за типом палива #(445)",
"zh-cn": "目前每种燃料类型(445)"
},
"0.3.2": {
"en": "Add feature to find cheapest stations over all locations (#365)",
"de": "Fügen Sie Feature hinzu, um billigste Stationen über alle Standorte zu finden #(365)",
"ru": "Добавить функцию, чтобы найти дешевые станции во всех местах #(365)",
"pt": "Adicionar recurso para encontrar estações mais baratas em todos os locais #(365)",
"nl": "Voeg het kenmerk toe om goedkope stations te vinden over alle locaties",
"fr": "Ajouter la fonctionnalité pour trouver les stations les moins chères sur tous les sites #(365)",
"it": "Aggiungi funzionalità per trovare stazioni più economiche in tutte le località #(365)",
"es": "Añadir característica para encontrar estaciones más baratas en todas las ubicaciones #(365)",
"pl": "Zamknięto najniższe stacje na wszystkich miejscach #(365)",
"uk": "Додайте функцію, щоб знайти найдешевші станції по всій території #(365)",
"zh-cn": "增加用于在所有地点找到最廉价的站(第65)号)"
}
},
"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.fuelpricemonitor",
"version": "0.3.6",
"version": "0.4.0-alpha.0",
"author": {
"name": "HGlab01",
"email": "[email protected]"
Expand Down

0 comments on commit eec2a08

Please sign in to comment.