From c3c54273125720193fcd86036560ca903393d06a Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 22 Aug 2023 21:25:18 +0300 Subject: [PATCH] chore(master): release 1.1.31 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f55faf..31659dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.31](https://github.com/wayofdev/laravel-webhook-client/compare/v1.1.30...v1.1.31) (2023-08-22) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.30 ([b039ca9](https://github.com/wayofdev/laravel-webhook-client/commit/b039ca968e8a270f4941b560f4643757dadceec5)) + ## [1.1.30](https://github.com/wayofdev/laravel-webhook-client/compare/v1.1.29...v1.1.30) (2023-08-22) diff --git a/package.json b/package.json index 91303d8d..609f6ee2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.30", + "version": "1.1.31", "repository": { "url": "https://github.com/wayofdev/laravel-webhook-client.git" }