Skip to content

Commit

Permalink
Merge tag 'v0.18.18' into develop
Browse files Browse the repository at this point in the history
* Updated Exceptional call signature
* Restructured SASS styling
* Upgraded Vite to v6
  • Loading branch information
betterthanclay committed Feb 4, 2025
2 parents a25711a + 95a6baa commit 17cb081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v0.18.18 (2025-02-04)
* Updated Exceptional call signature
* Restructured SASS styling
* Upgraded Vite to v6
Expand Down
2 changes: 1 addition & 1 deletion src/Glitch/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class Context implements LoggerAwareInterface
{
public const Version = 'v0.18.17';
public const Version = 'v0.18.18';

protected float $startTime;
protected string $runMode = 'development';
Expand Down

0 comments on commit 17cb081

Please sign in to comment.