From 1b133b5436bbd3821725315db4f37408f7466b48 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Apr 2024 23:55:47 +0000 Subject: [PATCH] chore(minor): 5.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.4.0](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.3.5...v5.4.0) (2024-04-05) ### 🍕 Features * update to new Helpers library ([3d10979](https://github.com/ZanzyTHEbar/EasyNetworkManager/commit/3d10979fa4c0bf6c40bf0c0e9866a3138a223817)) --- CHANGELOG.md | 7 +++++++ NetworkManager/library.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e579a..6407d01 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.4.0](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.3.5...v5.4.0) (2024-04-05) + + +### 🍕 Features + +* update to new Helpers library ([3d10979](https://github.com/ZanzyTHEbar/EasyNetworkManager/commit/3d10979fa4c0bf6c40bf0c0e9866a3138a223817)) + ## [5.3.5](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.3.4...v5.3.5) (2024-04-01) diff --git a/NetworkManager/library.json b/NetworkManager/library.json index da1d4f6..d24648f 100644 --- a/NetworkManager/library.json +++ b/NetworkManager/library.json @@ -56,7 +56,7 @@ "export": { "include": ["src/*", "examples/*", "include/*"] }, - "version": "5.3.5", + "version": "5.4.0", "frameworks": "arduino", "platforms": ["espressif32", "espressif8266"] }