From be3c7056e782c40d0efe2584a611d6afca49f527 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:23:59 +0300 Subject: [PATCH] chore(master): release 1.2.60 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae59d1..9ea435b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.60](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.59...v1.2.60) (2023-09-14) + + +### Miscellaneous + +* **deps:** update codecov/codecov-action action to v4 ([75d5901](https://github.com/wayofdev/laravel-symfony-serializer/commit/75d5901ba2ca0fb82abd940a3e1cdbf840c1597f)) + ## [1.2.59](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.58...v1.2.59) (2023-09-14) diff --git a/package.json b/package.json index dcaaeac..65ae2ea 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.59", + "version": "1.2.60", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }