Skip to content

Commit

Permalink
chore: release v0.1.7
Browse files Browse the repository at this point in the history
* (bluefox) Implemented the factory reset and re-announcing
  • Loading branch information
GermanBluefox committed Nov 12, 2023
1 parent 367a011 commit 8eed626
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- fake delete (so the real deletion will be done in backend with factory reset of device)

## Changelog
### **WORK IN PROGRESS**
### 0.1.7 (2023-11-12)
* (bluefox) Implemented the factory reset and re-announcing

### 0.1.2 (2023-10-25)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "matter",
"version": "0.1.6",
"version": "0.1.7",
"news": {
"0.1.7": {
"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": "执行工厂的重新定位和重新宣布"
},
"0.1.6": {
"en": "Implemented the factory reset and re-announcing",
"de": "Ergänzt die Werksanweisung und Wiederankündigung",
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.6",
"version": "0.1.7",
"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.6",
"version": "0.1.7",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 8eed626

Please sign in to comment.