From de48ed7a291dfab0970efa30319db135dd75cc97 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2024 22:55:51 +0000 Subject: [PATCH] chore(patch): 5.3.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.3.5](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.3.4...v5.3.5) (2024-04-01) ### 🐛 Bug Fixes * change to IId interface to replace getName() ([a7e2025](https://github.com/ZanzyTHEbar/EasyNetworkManager/commit/a7e2025162d039fccc0ac1f5b1a0e202d95b21cd)) --- CHANGELOG.md | 7 +++++++ NetworkManager/library.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d13027..51e579a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) > All notable changes to this project will be documented in this file +## [5.3.5](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.3.4...v5.3.5) (2024-04-01) + + +### 🐛 Bug Fixes + +* change to IId interface to replace getName() ([a7e2025](https://github.com/ZanzyTHEbar/EasyNetworkManager/commit/a7e2025162d039fccc0ac1f5b1a0e202d95b21cd)) + ## [5.3.4](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.3.3...v5.3.4) (2024-03-31) diff --git a/NetworkManager/library.json b/NetworkManager/library.json index 5379da9..da1d4f6 100644 --- a/NetworkManager/library.json +++ b/NetworkManager/library.json @@ -56,7 +56,7 @@ "export": { "include": ["src/*", "examples/*", "include/*"] }, - "version": "5.3.4", + "version": "5.3.5", "frameworks": "arduino", "platforms": ["espressif32", "espressif8266"] }