From cf3f183651cc3fae834a6f02fd370cb7ac7a96d8 Mon Sep 17 00:00:00 2001 From: PartMan Date: Sun, 12 May 2024 21:28:40 +0530 Subject: [PATCH] docs: Update changelog --- .npmignore | 3 +++ CHANGELOG.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/.npmignore b/.npmignore index 15542d2..605dc96 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,9 @@ package-lock.json .github .husky +.eslintignore +.eslintrc.json + test .env diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e5f0a..b19e542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## What's New +**v3.5.2** +* Added more files to `.npmignore`. + +**v3.5.1** +* Updated types for `room.auth` potentially being undefined, as well as types for namecolour. **v3.5.0** * Allowed specifying the full URL in `opts.server` if `opts.port` is not specified.