Skip to content

Commit

Permalink
Merge branch 'release/v0.15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Jun 20, 2024
2 parents c803d46 + f5c6c31 commit a82c7de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.15.2 (2024-06-20)
* Fixed InlineScript

## v0.15.1 (2024-06-20)
* Added ViewAssetContainer structure
* Added initial Asset implementations
Expand Down
2 changes: 1 addition & 1 deletion src/Asset/InlineScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use DecodeLabs\Tagged\AssetTrait;
use DecodeLabs\Tagged\Element;

class RemoteScript implements Script
class InlineScript implements Script
{
use AssetTrait;

Expand Down

0 comments on commit a82c7de

Please sign in to comment.