From 1533fdb411613b0210d3c8bf7846cc46a0125a0c Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:00:41 +0300 Subject: [PATCH] chore(master): release 1.2.87 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7af2a36..a326b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.87](https://github.com/wayofdev/laravel-paginator/compare/v1.2.86...v1.2.87) (2023-08-25) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan-phpunit to v1.3.14 ([cc3d6bf](https://github.com/wayofdev/laravel-paginator/commit/cc3d6bfb06adb422520176b124a2aa39d917a8b3)) + ## [1.2.86](https://github.com/wayofdev/laravel-paginator/compare/v1.2.85...v1.2.86) (2023-08-25) diff --git a/package.json b/package.json index bb32eed3..19ecb85a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.86", + "version": "1.2.87", "repository": { "url": "https://github.com/wayofdev/laravel-paginator.git" }