Bump package.json version to v0.11.11 (#12203)

Co-authored-by: Zarel <551184+Zarel@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-07-27 20:44:38 -07:00 committed by GitHub
parent 04b4c24376
commit 739a5e1fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "pokemon-showdown",
"version": "0.11.10",
"version": "0.11.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pokemon-showdown",
"version": "0.11.10",
"version": "0.11.11",
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",

View file

@ -1,7 +1,7 @@
{
"name": "pokemon-showdown",
"description": "The server for the Pokémon Showdown battle simulator",
"version": "0.11.10",
"version": "0.11.11",
"main": "dist/sim/index.js",
"types": "dist/sim/index.d.ts",
"dependencies": {