From b4f13875a26002f89cf6ea7d313d1ad3d09b8a2e Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:29:19 +0300 Subject: [PATCH] chore(master): release 1.2.34 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 922add6..72e2331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.34](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.33...v1.2.34) (2023-08-15) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.44 ([21c43a6](https://github.com/wayofdev/laravel-symfony-serializer/commit/21c43a640d0290622b06016edaad85377afc7c7f)) + ## [1.2.33](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.32...v1.2.33) (2023-08-15) diff --git a/package.json b/package.json index 7abbf75..9e8fd25 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.33", + "version": "1.2.34", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }