Skip to content

Latest commit

 

History

History
83 lines (41 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

83 lines (41 loc) · 3.93 KB

Changelog

1.7.1 (2023-01-24)

📦 Chores

🔨 Improvements

  • add a try/catch block around stats for safety (3be4fc4)
  • show environment info in debug (d56be2f)
  • vn: fixed crashes & bot not working (3b7ea56)

🚚 Integration

  • update create-release.yml (bdc1919)

1.7.0 (2022-05-23)

🚚 Integration

  • differentiate package changelogs (c033457)

📚 Documentation

  • updated links & added debug info (29b832f)

✨ Features

  • convert VoiceNotify to discord.js v13 (#49) (c4b5ee3)

🧹 Refactor

1.6.0 (2022-02-20)

📚 Documentation

  • fix readme env var name (eddbacb)

📦 Chores

👷 Runtime

  • add postversion standalone script (18fd8c2)
  • convert to npm workspaces (2dfcac7)
  • finish migrating to npm workspaces (40f0d14)
  • remove postversion (will use github action) (bedaa16)
  • updated json modules implementation (fd70b05)

✨ Features

  • vn: clear timeout with debug command (85bf11c)

🔨 Improvements

  • mk: soffice convert use path env var (#20) (2ba7f80)
  • mk: use unicode emojis (da08ee8)
  • use heroku slug as version for staging deploy (3356b76)
  • vn: use unicode emoji for microphone (#36) (d1d9d82)

🚚 Integration