Skip to content

Commit

Permalink
chore(patch): 5.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.4.3](v5.4.2...v5.4.3) (2024-04-06)

### πŸ› Bug Fixes

* Refactor handleJson function parameters to pass JsonVariant by reference ([e4c9671](e4c9671))
  • Loading branch information
semantic-release-bot committed Apr 6, 2024
1 parent e4c9671 commit c777bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.4.2...v5.4.3) (2024-04-06)


### πŸ› Bug Fixes

* Refactor handleJson function parameters to pass JsonVariant by reference ([e4c9671](https://github.com/ZanzyTHEbar/EasyNetworkManager/commit/e4c9671d313f676689e1c44268f1b805f497fbd5))

## [5.4.2](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v5.4.1...v5.4.2) (2024-04-06)


Expand Down
2 changes: 1 addition & 1 deletion NetworkManager/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"export": {
"include": ["src/*", "examples/*", "include/*"]
},
"version": "5.4.2",
"version": "5.4.3",
"frameworks": "arduino",
"platforms": ["espressif32", "espressif8266"]
}

0 comments on commit c777bd0

Please sign in to comment.