Skip to content

Commit 660f34b

Browse files
committed
doc(sdk): v4.0.1
1 parent 886f7ca commit 660f34b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

playground/extensions/extensions-2-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class MyModule {
9292
/**
9393
* Corresponds to the moduleName variable used in the Java module.
9494
*/
95-
static get name () {
95+
static get moduleName () {
9696
return 'myModuleName'
9797
}
9898

playground/misc/misc-3-release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases.
44

5+
6+
## 4.0.1
7+
8+
### 🐞 Bug fix
9+
10+
- When exporting a game, folders named "node_modules" are now ignored.
11+
- Renamed viewer modules' `name` variable to `moduleName` for consistency and future-proofing.
512
## 4.0.0
613

714
### 🎁 Features

0 commit comments

Comments
 (0)