From 7b53745db102e98225f3ae8c313fa3c3efe4718c Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:06:00 +0300 Subject: [PATCH] chore(master): release 1.2.36 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11a0d1..76c7d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.36](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.35...v1.2.36) (2023-08-21) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.16.0 ([b6f57d4](https://github.com/wayofdev/laravel-symfony-serializer/commit/b6f57d4802c6eaca164d4cbcfa5e3eef3f9afe86)) + ## [1.2.35](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.34...v1.2.35) (2023-08-21) diff --git a/package.json b/package.json index b926f75..4f06aad 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.35", + "version": "1.2.36", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }