From 2bc1f032c1282db86f3588206a86181276d2be04 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 6 Jun 2021 09:42:08 -0500 Subject: [PATCH] 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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c00c2594ce2b..04916637c2dd 100644 --- a/package.json +++ b/package.json @@ -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",