From fe7318fc429853acb17391f5ae36f49bfd9f27b0 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:16:01 +0300 Subject: [PATCH] chore(master): release 1.1.14 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c9d96..d079d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.14](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.13...v1.1.14) (2023-06-30) + + +### Miscellaneous + +* **deps:** update dependency ergebnis/composer-normalize to v2.32.0 ([3cfe5ef](https://github.com/wayofdev/laravel-symfony-serializer/commit/3cfe5ef2103253092df0aa143662b4626b992781)) + ## [1.1.13](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.12...v1.1.13) (2023-06-30) diff --git a/package.json b/package.json index ed34d3a..522fe5d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.13", + "version": "1.1.14", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }