From 41b62a9d1de9bc4d9f4e731ae834da0a45f7b736 Mon Sep 17 00:00:00 2001 From: shalvah Date: Sat, 3 Jun 2023 19:34:13 +0200 Subject: [PATCH] 4.21.1 --- CHANGELOG.md | 4 ++++ src/Scribe.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e7e962..b3a9f4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.21.1 (3 June 2023) +## Fixed +- Load translations on demand to get around false negative for `runningInConsole()` ([963340f2](https://github.com/knuckleswtf/scribe/commit/963340f2bea654bb267286f807bcdf15b699d06e)) + # 4.21.0 (29 May 2023) ## Added - API resources: Infer model name from `@mixin` ([f0ed9565](https://github.com/knuckleswtf/scribe/commit/f0ed95653b401b188e76e6ba9057406710f2cc2b)) diff --git a/src/Scribe.php b/src/Scribe.php index ffbc6fca..24dc3be4 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.21.0'; + public const VERSION = '4.21.1'; /** * Specify a callback that will be executed just before a response call is made