Skip to content

Commit 6737f13

Browse files
authored
Merge branch 'main' into test-before-release
2 parents 2f08472 + a7122ca commit 6737f13

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

deploy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 3.0.2 (2024-10-28)
29

310

deploy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ services:
104104
start_period: 2m
105105

106106
wdqs-updater:
107-
image: wikibase/wdqs:1
107+
image: wikibase/wdqs:2
108108
command: /runUpdate.sh
109109
depends_on:
110110
wdqs:

deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"nx": {
55
"targets": {
66
"lint": {},

0 commit comments

Comments
 (0)