From d7478c661aeb7d002929af42d2636749a156082c Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:24:04 +0300 Subject: [PATCH] chore(master): release 1.3.49 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b7b58..5759986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.49](https://github.com/wayofdev/php-package-tpl/compare/v1.3.48...v1.3.49) (2023-06-25) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.8.1 ([e394d32](https://github.com/wayofdev/php-package-tpl/commit/e394d3284a601afbad174caf9fc167b420594ea9)) + ## [1.3.48](https://github.com/wayofdev/php-package-tpl/compare/v1.3.47...v1.3.48) (2023-06-24) diff --git a/package.json b/package.json index b9601ce..4b63efb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.48", + "version": "1.3.49", "repository": { "url": "https://github.com/wayofdev/php-package-tpl.git" }