Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
feat: updated changelog (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Jan 6, 2020
1 parent 3ee7491 commit 990cced
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ return [
(new ChangelogConfig(
'narrowspark',
'mimetypes',
'v1.5.0',
'v1.6.0',
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
)),
];
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion build/command/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 990cced

Please sign in to comment.