Skip to content

Commit 433ae12

Browse files
committed
upgrade: 4.1.0
1 parent 18bbd5f commit 433ae12

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
## What's New
22

3+
**v4.1.0**
4+
5+
- Includes `type: secret` rooms while determining viable rooms to send HTML to users from.
6+
- Adds `opts.room` to HTMLOpts, to allow specifying the room for `User#HTML` methods.
7+
38
**v4.0.4**
49

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

712
**v4.0.3**
813

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ps-client",
33
"homepage": "https://github.com/PartMan7/PS-Client#readme",
4-
"version": "4.0.4",
4+
"version": "4.1.0",
55
"description": "Package for connecting to Pokemon Showdown servers.",
66
"main": "client.js",
77
"scripts": {

0 commit comments

Comments
 (0)