shalvah 4 năm trước cách đây
mục cha
commit
3e4ef31095
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 4 0
      CHANGELOG.md
  2. 1 1
      src/Tools/Globals.php

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removals
 
+## 3.6.0 (Tuesday, 13 July 2021)
+### Fixed
+- Sort group filenames numerically (fixes #273)([c77fed23f04ab1f13bb06bf5b099227ced46dbdc](https://github.com/knuckleswtf/scribe/commit/c77fed23f04ab1f13bb06bf5b099227ced46dbdc),
+
 ## 3.5.2 (Monday, 12 July 2021)
 ### Modified
 - Internal change: refactor RouteDocBlocker (https://github.com/knuckleswtf/scribe/pull/272)

+ 1 - 1
src/Tools/Globals.php

@@ -4,7 +4,7 @@ namespace Knuckles\Scribe\Tools;
 
 class Globals
 {
-    public const SCRIBE_VERSION = '3.5.2';
+    public const SCRIBE_VERSION = '3.6.0';
 
     public static bool $shouldBeVerbose = false;
 }