From 907128918f0db02e466407a1b9c5dda9c1f5b59f Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Thu, 10 Jun 2021 09:23:05 -0700 Subject: [PATCH] Release 0.11.7 I've spent the past few weeks working on build systems for other projects, and this has paid off in having a better understanding of things here. The NPM package should now be much easier to use now. Major changes: - TypeScript definitions (f47e38c5ad58bbe) - Support for importing teams (ddb6010bb9296) - A CLI for exporting teams (ddb6010bb9296) - `lib/` available as an unstable API in the NPM package (147b7e01c9c53beb) - Lots of documentation updates (a813a55679984) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04916637c2dd..a2a90e3f923b 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.6", + "version": "0.11.7", "main": ".sim-dist/index.js", "dependencies": { "@types/better-sqlite3": "^5.4.0",