Skip to content

Commit

Permalink
chore: release v0.1.12
Browse files Browse the repository at this point in the history
* (bluefox) Working on the controller
  • Loading branch information
GermanBluefox committed Nov 30, 2023
1 parent 8fdc98d commit db42ee0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Check bridge in controller

## Changelog
### **WORK IN PROGRESS**
### 0.1.12 (2023-11-30)
* (bluefox) Working on the controller

### 0.1.10 (2023-11-13)
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": "matter",
"version": "0.1.11",
"version": "0.1.12",
"news": {
"0.1.12": {
"en": "Working on the controller",
"de": "Arbeiten am Controller",
"ru": "Работает на контроллере",
"pt": "Trabalhando no controlador",
"nl": "Werken aan de controller",
"fr": "Travailler sur le contrôleur",
"it": "Lavorare sul controller",
"es": "Trabajando en el controlador",
"pl": "Prace nad kontrolerem",
"uk": "Робота на контролері",
"zh-cn": "控制员的工作"
},
"0.1.11": {
"en": "Working on the controller",
"de": "Arbeiten am Controller",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Zrezygnował z resetu i ponowił działalność",
"uk": "Реалізовано заводське скидання та переадресацію",
"zh-cn": "执行工厂的重新定位和重新宣布"
},
"0.1.5": {
"en": "Implemented the factory reset and re-announcing",
"de": "Ergänzt die Werksanweisung und Wiederankündigung",
"ru": "Реализовано переустановку завода и переосмысление",
"pt": "Implementado o reset de fábrica e re-anunciamento",
"nl": "Vertaling:",
"fr": "Mise en œuvre de l'usine réinitialisée et renonçant",
"it": "Implementato il reset della fabbrica e riannuncio",
"es": "Implementado el reajuste de fábrica y reanunciamiento",
"pl": "Zrezygnował z resetu i ponowił działalność",
"uk": "Реалізовано заводське скидання та переадресацію",
"zh-cn": "执行工厂的重新定位和重新宣布"
}
},
"title": "Matter",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.matter",
"version": "0.1.11",
"version": "0.1.12",
"description": "Controlling and simulation of matter devices",
"author": {
"name": "Denis Haev",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.matter",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit db42ee0

Please sign in to comment.