shalvah vor 4 Jahren
Ursprung
Commit
9794ed3bde
2 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  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.2 (Saturday, 17 July 2021)
+### Fixed
+- Encode Postman collection items correctly (fixes #278)([87b99bc717f541d6a4d2925fc7bc544958451d12](https://github.com/knuckleswtf/scribe/commit/87b99bc717f541d6a4d2925fc7bc544958451d12),
+
 ## 3.6.1 (Friday, 16 July 2021)
 ### Fixed
 - Use correct asset path (fixes #274)([00b77e4b144e13b579e5ad820ab79a1b42eac756](https://github.com/knuckleswtf/scribe/commit/00b77e4b144e13b579e5ad820ab79a1b42eac756),

+ 1 - 1
src/Tools/Globals.php

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