From bc49d184f2a24b3e41caac0a9e31c7f46c46aa4c Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 31 Jul 2023 06:27:00 +0300 Subject: [PATCH] chore(master): release 2.1.62 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be702f0..022fe40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.62](https://github.com/wayofdev/laravel-package-tpl/compare/v2.1.61...v2.1.62) (2023-07-31) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.10.0 ([667ba60](https://github.com/wayofdev/laravel-package-tpl/commit/667ba60aa365332bb51011a90fcfc8540eed6661)) + ## [2.1.61](https://github.com/wayofdev/laravel-package-tpl/compare/v2.1.60...v2.1.61) (2023-07-29) diff --git a/package.json b/package.json index 1399f6ff..37613bb5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.61", + "version": "2.1.62", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }