Skip to content

Commit 2bc1f03

Browse files
committed
Release 0.11.6
semver? what's that? Seriously, though, the major breaking changes are all in undocumented APIs. Notable changes include: - A new Dex API (#8181) - `lobby` is no longer special-cased (messages without a roomid now always get sent to console rather than lobby) - A new challenge API (#8303) - A new system for specifying battle rules with numbers and other options (#8267)
1 parent c55658c commit 2bc1f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "0.11.6",
55
"main": ".sim-dist/index.js",
66
"dependencies": {
77
"@types/better-sqlite3": "^5.4.0",

0 commit comments

Comments
 (0)