From f15c253b5714f3cecb0a0fac70381a31e54bd4ba Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 25 Jun 2023 00:37:39 +0300 Subject: [PATCH] chore(master): release 1.1.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e90948..fa23c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.9](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.8...v1.1.9) (2023-06-24) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.18 ([4076bf3](https://github.com/wayofdev/laravel-symfony-serializer/commit/4076bf3526fa5ca094dbdd4be1fcdc787f4b1512)) + ## [1.1.8](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.7...v1.1.8) (2023-06-24) diff --git a/package.json b/package.json index be0b2f2..63627e8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.8", + "version": "1.1.9", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }