diff --git a/.changelog b/.changelog index 9e104fb..00920fb 100755 --- a/.changelog +++ b/.changelog @@ -7,7 +7,7 @@ return [ (new ChangelogConfig( 'narrowspark', 'mimetypes', - 'v1.5.0', + 'v1.6.0', ['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security'] )), ]; diff --git a/CHANGELOG.md b/CHANGELOG.md index 85697f4..fc7389a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +v1.6.0 +====== + +- Total issues resolved: **0** +- Total pull requests resolved: **1** +- Total contributors: **1** + +Changed +------- + + - [21: updated mime-db to v1.43.0](https://github.com/narrowspark/mimetypes/pull/21) thanks to @prisis + v1.5.0 ====== diff --git a/build/command/BuildCommand.php b/build/command/BuildCommand.php index a02fdf1..1e69e37 100644 --- a/build/command/BuildCommand.php +++ b/build/command/BuildCommand.php @@ -152,7 +152,7 @@ static function ($type) { array_values($mimeDb) ); - $combinedArray = array_combine(array_keys($mimeDb), $mimeDbExtensions); + $combinedArray = array_combine(array_keys($mimeDb), $mimeDbExtensions); $array = []; foreach ($combinedArray as $type => $extensions) {