Releases: jpbberry/topgg-autoposter
Releases · jpbberry/topgg-autoposter
v2.0.2
What's Changed
- deps: make typescript a dev dep, bump other deps by @SuperchupuDev in #6
New Contributors
- @SuperchupuDev made their first contribution in #6
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0 breaking changes
A single breaking change, but a big one,
Importing the package is now different, you do
const { AutoPoster } = require('topgg-autoposter')
rather than exporting by default.
If you export by default it will not work.
Not breaking but also a new error
event thanks to #4 which if used, will disable the console.error by default.