Skip to content

Commit 995b432

Browse files
committed
v0.11.10
Most notable in this release: - TypeScript types are working! (62023bd) I don't know if the previous f47e38c system worked, but the new one I've tested and confirmed it does!
1 parent 3a67602 commit 995b432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pokemon-showdown",
33
"description": "The server for the Pokémon Showdown battle simulator",
4-
"version": "0.11.9",
4+
"version": "0.11.10",
55
"main": "dist/sim/index.js",
66
"types": "dist/sim/index.d.ts",
77
"dependencies": {

0 commit comments

Comments
 (0)