Skip to content

Commit 523915f

Browse files
committed
add credits
1 parent 88370de commit 523915f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpessaSynth",
3-
"version": "4.1.9",
3+
"version": "4.1.10",
44
"type": "module",
55
"private": true,
66
"scripts": {

src/website/changelog.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
* Note to self: make sure to update this
33
*/
44
export const WHATS_NEW: string[] = [
5-
`Simplified Chinese Translation! (By 懒洋君)`
5+
`Simplified Chinese Translation! (By 懒洋君)`,
6+
`Italian Translation! (By ItsFilyy)`
67
] as const;

0 commit comments

Comments
 (0)