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.
2 parents 2f08472 + a7122ca commit 6737f13Copy full SHA for 6737f13
deploy/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 3.0.3 (2024-11-07)
2
+
3
4
+### 🩹 Fixes
5
6
+- bump wdqs-updater version to 2 as well
7
8
## 3.0.2 (2024-10-28)
9
10
deploy/docker-compose.yml
@@ -104,7 +104,7 @@ services:
104
start_period: 2m
105
106
wdqs-updater:
107
- image: wikibase/wdqs:1
+ image: wikibase/wdqs:2
108
command: /runUpdate.sh
109
depends_on:
110
wdqs:
deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "deploy",
- "version": "3.0.2",
+ "version": "3.0.3",
"nx": {
"targets": {
"lint": {},
0 commit comments