We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88370de commit 523915fCopy full SHA for 523915f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SpessaSynth",
3
- "version": "4.1.9",
+ "version": "4.1.10",
4
"type": "module",
5
"private": true,
6
"scripts": {
src/website/changelog.ts
@@ -2,5 +2,6 @@
* Note to self: make sure to update this
*/
export const WHATS_NEW: string[] = [
- `Simplified Chinese Translation! (By 懒洋君)`
+ `Simplified Chinese Translation! (By 懒洋君)`,
+ `Italian Translation! (By ItsFilyy)`
7
] as const;
0 commit comments