Skip to content

Commit 3d7f056

Browse files
committed
BAD TAG!!! v8.13.1 🚀
1 parent df736a5 commit 3d7f056

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@
88

99
### [Unreleased]
1010

11-
### [v8.12.1] - 2018-11-23
11+
### [v8.13.1] - 2018-11-23
1212

1313
- Revert v8.12.0 changes.
1414

15-
### [v8.12.0] - 2018-11-23
15+
### [v8.13.0] - 2018-11-23
1616

1717
- Only escape callable output of add and edit column. [#1852], credits to [@sharifzadesina]
1818
- Fix adding of index column bug introduced by [#1852]. [#1915]
1919
- Add tests for [#1852].
2020

21+
### [v8.12.0] - 2018-11-23
22+
23+
- Skipped, bad tagging!
24+
2125
### [v8.11.0] - 2018-11-20
2226

2327
- Use skipTotalRecords as it better describe what the function does. [#1912]
@@ -263,9 +267,9 @@ return (new CollectionDataTable(User::all())->toJson();
263267
- Fix orderColumn api where related tables are not joined.
264268
- Fix nested with relation search and sort function.
265269

266-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.12.1...8.0
267-
[v8.12.1]: https://github.com/yajra/laravel-datatables/compare/v8.12.0...v8.12.1
268-
[v8.12.0]: https://github.com/yajra/laravel-datatables/compare/v8.11.0...v8.12.0
270+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.1...8.0
271+
[v8.13.1]: https://github.com/yajra/laravel-datatables/compare/v8.13.0...v8.13.1
272+
[v8.13.0]: https://github.com/yajra/laravel-datatables/compare/v8.11.0...v8.13.0
269273
[v8.11.0]: https://github.com/yajra/laravel-datatables/compare/v8.10.0...v8.11.0
270274
[v8.10.0]: https://github.com/yajra/laravel-datatables/compare/v8.9.2...v8.10.0
271275
[v8.9.2]: https://github.com/yajra/laravel-datatables/compare/v8.9.1...v8.9.2

0 commit comments

Comments
 (0)