We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dcfb0 commit 111ac7fCopy full SHA for 111ac7f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.1.1 - 2021-06-21
4
+
5
+### Added
6
7
+- Sorting of the mods by their names in the combination responses.
8
9
## 1.1.0 - 2021-05-27
10
11
### Added
api/openapi.yaml
@@ -8,7 +8,7 @@ info:
contact:
name: BluePsyduck
email: bluepsyduck@gmx.com
- version: 1.1.0
+ version: 1.1.1
12
servers:
13
- url: https://combination-api.factorio-item-browser.com/
14
description: Live API server
config/autoload/base.global.php
@@ -16,5 +16,5 @@
16
return [
17
ConfigAggregator::ENABLE_CACHE => true,
18
'debug' => false,
19
- 'version' => '1.1.0',
+ 'version' => '1.1.1',
20
];
0 commit comments