From 6ba3f2c452d598542055afd62180fa3da30989ec Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:45:34 +0300 Subject: [PATCH] chore(master): release 1.1.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ee6ae..42c9d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.13](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.12...v1.1.13) (2023-06-30) + + +### Miscellaneous + +* **deps:** update dependency phpunit/phpunit to v10.2.3 ([01a0d3d](https://github.com/wayofdev/laravel-symfony-serializer/commit/01a0d3d7b54ca8aacb23d0f8d976a7f5ab14f012)) + ## [1.1.12](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.11...v1.1.12) (2023-06-27) diff --git a/package.json b/package.json index a1c7c04..ed34d3a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.12", + "version": "1.1.13", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }