From 5813b6935c2c95d523ab62efeb192b6efa468a52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:27:13 +0000 Subject: [PATCH] chore(main): release 4.0.1 --- CHANGELOG.md | 16 ++++++++++++++++ composer.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 549a399..51ea0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.0.1](https://github.com/WebFiori/json/compare/v4.0.0...v4.0.1) (2026-03-04) + + +### Features + +* Added Support for Converting Public Props ([5565346](https://github.com/WebFiori/json/commit/5565346d3d0937956b3116b8aedd01b10107d502)) +* Added Support for Converting Public Props ([e8222f3](https://github.com/WebFiori/json/commit/e8222f336201f7f438cd424a200cd0b10e5ab9d4)) + + +### Miscellaneous Chores + +* Merge pull request [#51](https://github.com/WebFiori/json/issues/51) from WebFiori/dev ([5565346](https://github.com/WebFiori/json/commit/5565346d3d0937956b3116b8aedd01b10107d502)) +* Merge pull request [#53](https://github.com/WebFiori/json/issues/53) from WebFiori/dev ([5aac536](https://github.com/WebFiori/json/commit/5aac536dc1140d6ed3c9748732afe1088a4497c3)) +* Run CS Fixer ([4e49727](https://github.com/WebFiori/json/commit/4e49727604b5b39418a4d6994f8266694a078d17)) +* Updated Composer File ([8798259](https://github.com/WebFiori/json/commit/8798259d5f27b1bfa82acbbaffb816c50b76f98d)) + ## [4.0.0](https://github.com/WebFiori/json/compare/v3.3.2...v4.0.0) (2025-07-30) diff --git a/composer.json b/composer.json index cd73c7c..16bfb6e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "webfiori/jsonx", "type": "library", "description": "PHP library for creating well-formatted JSON strings.", - "version": "4.0.0", + "version": "4.0.1", "keywords": [ "JSON", "PHP",