Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Sep 30, 2024
1 parent ef8fad0 commit 91207a8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v2.0.1

[compare changes](https://github.com/esp-admin/sdk/compare/v2.0.0...v2.0.1)

### 🔥 Performance

- Migrate to `ArduinoJson` v7 ([236a636](https://github.com/esp-admin/sdk/commit/236a636))

### 🩹 Fixes

- **mqtt:** Fix MQTT connection status after disconnect ([a5cb082](https://github.com/esp-admin/sdk/commit/a5cb082))
- **mqtt:** Remove extra disconnection report (LWT sufficient) ([414b53b](https://github.com/esp-admin/sdk/commit/414b53b))

### 🏡 Chore

- **examples:** Update main.cpp on gprs ([fa806b6](https://github.com/esp-admin/sdk/commit/fa806b6))
- Develop with arduino framework ([4f12d8a](https://github.com/esp-admin/sdk/commit/4f12d8a))
- Update release script ([ef8fad0](https://github.com/esp-admin/sdk/commit/ef8fad0))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>
- Becem <becem.gharbi@live.com>

## v2.0.0

[compare changes](https://github.com/esp-admin/sdk/compare/v1.4.3...v2.0.0)
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": "esp-admin-sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "The sdk for [ESP Admin](https://github.com/becem-gharbi/esp-admin) platform",
"scripts": {
"release": "npx changelogen --release && git push --follow-tags"
Expand Down

0 comments on commit 91207a8

Please sign in to comment.