From d8c54cdbf34d52a860ac23467eb8c6ce114ccc93 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:50:23 +0300 Subject: [PATCH] chore(master): release 1.2.48 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21abf5..65bd571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.48](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.47...v1.2.48) (2023-09-01) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.50 ([ee018eb](https://github.com/wayofdev/laravel-symfony-serializer/commit/ee018eb6e79b6d60173135d9c42915b0c71c1a48)) + ## [1.2.47](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.46...v1.2.47) (2023-08-30) diff --git a/package.json b/package.json index a6dc459..a427106 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.47", + "version": "1.2.48", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }