shalvah 2 vuotta sitten
vanhempi
commit
9e3d35d83d
2 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. 5 0
      CHANGELOG.md
  2. 1 1
      src/Tools/Globals.php

+ 5 - 0
CHANGELOG.md

@@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+## 3.32.0 (23 June 2022)
+### Modified
+- Improved code blocks hiding ([#486](https://github.com/knuckleswtf/scribe/pull/486)))
+
+
 ## 3.31.0 (16 June 2022)
 ### Modified
 - Postman collection: replace multipart PUT/PATCH requests with POST & `_method` ([#480](https://github.com/knuckleswtf/scribe/pull/480)))

+ 1 - 1
src/Tools/Globals.php

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