From 3bc11d359a161718945b844e7f28b25de809e1e1 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:43:35 +0300 Subject: [PATCH] chore(master): release 1.2.64 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e55751..49265a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.64](https://github.com/wayofdev/laravel-paginator/compare/v1.2.63...v1.2.64) (2023-08-08) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.28 ([a85124c](https://github.com/wayofdev/laravel-paginator/commit/a85124c336f414993e00dbc2775088dc2003008e)) + ## [1.2.63](https://github.com/wayofdev/laravel-paginator/compare/v1.2.62...v1.2.63) (2023-08-08) diff --git a/package.json b/package.json index 632d9d5e..57adf929 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.63", + "version": "1.2.64", "repository": { "url": "https://github.com/wayofdev/laravel-paginator.git" }