Skip to content

Commit

Permalink
upgrade: 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PartMan7 committed Nov 9, 2024
1 parent 18bbd5f commit 433ae12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## What's New

**v4.1.0**

- Includes `type: secret` rooms while determining viable rooms to send HTML to users from.
- Adds `opts.room` to HTMLOpts, to allow specifying the room for `User#HTML` methods.

**v4.0.4**

- Fixes bug with TypeScript not inferring across Message's discriminating type union for `type`.
- Fixes bug with TypeScript not inferring across Message's discriminating type union for `type`.

**v4.0.3**

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ps-client",
"homepage": "https://github.com/PartMan7/PS-Client#readme",
"version": "4.0.4",
"version": "4.1.0",
"description": "Package for connecting to Pokemon Showdown servers.",
"main": "client.js",
"scripts": {
Expand Down

0 comments on commit 433ae12

Please sign in to comment.