From 4b0ce6cbbe1dc03b1b9989df765e76200e573139 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 1 Jul 2023 13:42:41 +0300 Subject: [PATCH] chore(master): release 1.1.16 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212f0b7..381e55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.16](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.15...v1.1.16) (2023-07-01) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.8.2 ([a750ff4](https://github.com/wayofdev/laravel-symfony-serializer/commit/a750ff432d52b5f544fe4c6016ffa50e5a9d141c)) + ## [1.1.15](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.14...v1.1.15) (2023-06-30) diff --git a/package.json b/package.json index 27eec39..c8bb64b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.15", + "version": "1.1.16", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }