Skip to content

Commit

Permalink
Release 0.11.6
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Zarel committed Jun 6, 2021
1 parent c55658c commit 2bc1f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pokemon-showdown",
"description": "The server for the Pokémon Showdown battle simulator",
"version": "0.11.5",
"version": "0.11.6",
"main": ".sim-dist/index.js",
"dependencies": {
"@types/better-sqlite3": "^5.4.0",
Expand Down

0 comments on commit 2bc1f03

Please sign in to comment.