From 825a34672b13ce60cd10e7e0e21ccd1474ecf0e3 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:41:51 +0300 Subject: [PATCH] chore(master): release 1.0.101 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cd4b7..d713879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.101](https://github.com/wayofdev/laravel-jms-serializer/compare/v1.0.100...v1.0.101) (2023-08-24) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.46 ([154fe87](https://github.com/wayofdev/laravel-jms-serializer/commit/154fe874289e30f8963f6997ab3170cd42f211a9)) + ## [1.0.100](https://github.com/wayofdev/laravel-jms-serializer/compare/v1.0.99...v1.0.100) (2023-08-24) diff --git a/package.json b/package.json index 6477c40..4077e09 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.100", + "version": "1.0.101", "repository": { "url": "https://github.com/wayofdev/laravel-jms-serializer.git" }