Skip to content

Releases: jpbberry/topgg-autoposter

v2.0.2

04 Feb 16:00
7b5fc29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Dec 20:20
Compare
Choose a tag to compare

v2.0.1 fixed TypeScript compiling issues with the bump to top-gg node-sdk version 3.1.2

v2.0.0 breaking changes

26 May 22:39
171f349
Compare
Choose a tag to compare

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.