2 Commits

Author SHA1 Message Date
skylord123 617f4d4c51 Add GitHub Actions workflow for npm publishing
- Publishes to npm whenever a GitHub Release is published
- Uses npm Trusted Publishing (OIDC) so no NPM_TOKEN secret is required
- Stable tags (vX.Y.Z) go to the latest dist-tag and commit the version
  bump back to master; pre-release tags (vX.Y.Z-beta.N) publish to a
  matching dist-tag without touching master
2026-05-25 23:09:34 -06:00
skylord123 035341c386 Release v3.0.0
- Update gamedig from 4.0.6 to 5.1.0 (breaking change! various server types renamed)
- Fixed autocomplete for server types and now selecting a server type auto fills the query port with the default
- Added strip colors gamedig option
- Added address gamedig option to skip DNS resolution
- Added github funding links
2024-08-05 20:22:33 -06:00