Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
pboivin committed Mar 11, 2024
1 parent 826208f commit 0a7dc00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to `filament-peek` will be documented in this file.


## 2.2.5 - 2024-03-11

* chore: Add Laravel 11 compatibility by @bambamboole
* chore: bump ramsey/composer-install from 2 to 3


## 2.2.4 - 2024-03-02

* fix: Fix iframe not refreshing when using internalPreviewUrl by @FDT2k
Expand Down
2 changes: 1 addition & 1 deletion src/FilamentPeekPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin

const ID = 'filament-peek';

const VERSION = '2.2.4';
const VERSION = '2.2.5';

protected bool $shouldLoadPluginScripts = true;

Expand Down

0 comments on commit 0a7dc00

Please sign in to comment.