Skip to content

5.1.0

Latest
Compare
Choose a tag to compare
@JstnMcBrd JstnMcBrd released this 13 Feb 11:04
· 26 commits to main since this release
8d76a8d

Added

  • GitHub workflow for validation
  • GitHub action extension to vscode suggestions
  • Placeholder test npm script
  • Explicit "UNLICENSED" tag and other details to package.json
  • Source code button to help embed
  • Report button to error embed

Changed

  • All dependencies to latest versions
  • lastUpdated date
  • Package lockfile to version 3
  • Project node version to 20
  • Sorted package.json with npx sort-package-json
  • TypeScript configuration to be standardized
  • ESLint configuration to use @jstnmcbrd/eslint-config
  • Re-linted whole project

Removed

  • Node 18 requirement
  • Redundant replaceCustomEmojis method - this functionality was added to discord.js in version 14.14.0
  • VSCode Devcontainer setup

Fixed

  • undici vulnerability (from discord.js)