Skip to content

Commit

Permalink
Release 0.11.7
Browse files Browse the repository at this point in the history
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 (f47e38c)

- Support for importing teams (ddb6010)

- A CLI for exporting teams (ddb6010)

- `lib/` available as an unstable API in the NPM package (147b7e0)

- Lots of documentation updates (a813a55)
  • Loading branch information
Zarel committed Jun 10, 2021
1 parent ea8e9df commit 9071289
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.6",
"version": "0.11.7",
"main": ".sim-dist/index.js",
"dependencies": {
"@types/better-sqlite3": "^5.4.0",
Expand Down

0 comments on commit 9071289

Please sign in to comment.