From 23962356700d6b31f49bb119665b13e87303e13f Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Tue, 21 Feb 2023 14:57:59 +0800 Subject: [PATCH] chore: release v1.25.4 :rocket: --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e14b54..0669884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [v1.25.4] - 2023-02-22 + +- feat: update stub with event hook example + ## [v1.25.3] - 2023-02-21 - fix: cmd model namespace #75 @@ -220,7 +224,10 @@ Rule::unique($model->getTable()) - CRUD pre / post events hooks. - Artisan command for DataTables Editor generation. -[Unreleased]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.1...master +[Unreleased]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.4...master +[v1.25.4]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.3...v1.25.4 +[v1.25.3]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.2...v1.25.3 +[v1.25.2]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.1...v1.25.2 [v1.25.1]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.0...v1.25.1 [v1.25.0]: https://github.com/yajra/laravel-datatables-editor/compare/v1.24.2...v1.25.0 [v1.24.2]: https://github.com/yajra/laravel-datatables-editor/compare/v1.24.1...v1.24.2