Skip to content

Commit

Permalink
chore: release v1.25.4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Feb 21, 2023
1 parent dc25503 commit 2396235
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2396235

Please sign in to comment.