Skip to content

Commit 43d14e7

Browse files
authored
Add achievements of Hackergarten Stuttgart in july and august (#394)
1 parent afdb83c commit 43d14e7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

events.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,12 @@
100100
"url": "https://www.meetup.com/de-DE/hackergarten-stuttgart/events/292448378/"
101101
}
102102
],
103-
"achievements": []
103+
"achievements": [
104+
{
105+
"title": "Improve log output of jest-when if verifyAllWhenMocksCalled() fails.",
106+
"url": "https://github.com/timkindberg/jest-when/pull/106"
107+
}
108+
]
104109
},
105110
{
106111
"date": "2023-07-20",
@@ -155,7 +160,12 @@
155160
"url": "https://www.meetup.com/de-DE/hackergarten-stuttgart/events/292448368/"
156161
}
157162
],
158-
"achievements": []
163+
"achievements": [
164+
{
165+
"title": "Enhance location info of hackergarten location map.",
166+
"url": "https://github.com/hackergarten/hackergarten.github.io/pull/390"
167+
}
168+
]
159169
},
160170
{
161171
"date": "2023-06-29",

0 commit comments

Comments
 (0)