Skip to content

Commit

Permalink
chore(release): v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Sep 27, 2023
1 parent 1f47482 commit faadbe7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## v0.2.7

[compare changes](https://github.com/esp-admin/app/compare/v0.2.6...v0.2.7)

### 🚀 Enhancements

- **realtime:** Save logs per-device with no reset after tab close ([eb61445](https://github.com/esp-admin/app/commit/eb61445))

### 🔥 Performance

- Import MQTT.js with tree-shaking instead of the complete bundle ([d55f3cd](https://github.com/esp-admin/app/commit/d55f3cd))

### 🩹 Fixes

- **realtime:** Disable logs on window close ([9919682](https://github.com/esp-admin/app/commit/9919682))
- **realtime:** Scroll logs to bottom on mounted ([e679696](https://github.com/esp-admin/app/commit/e679696))

### 💅 Refactors

- **MQTT:** Set keepalive and reconnectPeriod options ([6347a51](https://github.com/esp-admin/app/commit/6347a51))
- Rename ([b4e2c6b](https://github.com/esp-admin/app/commit/b4e2c6b))

### ❤️ Contributors

- Becem-gharbi <[email protected]>

## v0.2.6

[compare changes](https://github.com/esp-admin/app/compare/v0.2.5...v0.2.6)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp-admin",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"description": "Remote management for ESP microcontrollers",
"homepage": "https://esp-admin.bg.tn",
Expand Down Expand Up @@ -47,4 +47,4 @@
"ua-parser-js": "^1.0.36",
"zod": "^3.22.2"
}
}
}

0 comments on commit faadbe7

Please sign in to comment.