From e1b6954c526f96419f00950edcebc7a69bb6bc2d Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 26 Aug 2023 23:44:35 +0300 Subject: [PATCH] chore(master): release 1.1.54 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d52abe..60327b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.54](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.53...v1.1.54) (2023-08-26) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.45 ([f2eb2e7](https://github.com/wayofdev/laravel-stripe-webhooks/commit/f2eb2e7fc537dc24b61c916a1711bf24776d1c35)) + ## [1.1.53](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.52...v1.1.53) (2023-08-25) diff --git a/package.json b/package.json index 79aa4dca..554de97f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.53", + "version": "1.1.54", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }