From 153886bc2787de20628ddeaefff0837945e958b9 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 5 Jul 2023 17:52:27 +0300 Subject: [PATCH] chore(master): release 1.1.18 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a170d74..70419f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.18](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.17...v1.1.18) (2023-07-05) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.24 ([ca602b9](https://github.com/wayofdev/laravel-symfony-serializer/commit/ca602b9d4b0c15dcc97305f5e5c671974e079af4)) + ## [1.1.17](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.16...v1.1.17) (2023-07-04) diff --git a/package.json b/package.json index 84ec9c9..78b2606 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.17", + "version": "1.1.18", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }