Skip to content

v3.1.0

Compare
Choose a tag to compare
@MarcusOtter MarcusOtter released this 21 Oct 20:19
· 62 commits to main since this release

v3.1.0 is mainly a hotfix to get Needle working again after a Discord API bug: discord/discord-api-docs#5573, but also has some more fixes/features.

Full Changelog: v3.0.0...v3.1.0

New features

Bug fixes

Package upgrades

  • ⬆️ @typescript-eslint/parser 5.36.1 -> 5.40.1
  • ⬆️ @typescript-eslint/eslint-plugin 5.36.1 -> 5.40.1
  • ⬆️ eslint 8.23.0 -> 8.25.0
  • ⬆️ typescript 4.8.2 -> 4.8.4
  • ⬆️ dotenv 16.0.2 -> 16.0.3
  • ⬆️ discord.js 14.3.0 -> 14.6.0

Other

New Contributors