Skip to content

Commit

Permalink
2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Jan 4, 2023
1 parent 83781f3 commit ed52533
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `twill` will be documented in this file.

## 2.12.4 (2023-01-04)

- Revert listAll change as it may conflict with method overrides.

## 2.12.3 (2023-01-03)

- Restore laravel 5.8 support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "2.12.3",
"version": "2.12.4",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '2.12.3';
public const VERSION = '2.12.4';

/**
* Service providers to be registered.
Expand Down

0 comments on commit ed52533

Please sign in to comment.