Skip to content

Commit a584e3c

Browse files
committed
release: v8.0.2
1 parent 65eff4d commit a584e3c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).
99

1010
## [Unreleased]
1111

12+
## [8.0.2] - 2021-03-23
13+
14+
### Fixed:
15+
16+
- TopGG: require authentication on every class method, in order to fix API rejections (issue #174)
17+
1218
## [8.0.1] - 2021-03-04
1319

1420
### Fixed:
@@ -180,7 +186,7 @@ You can also refer to issue #71.
180186
- Update endpoints for ListMyBots, GlennBotList and DiscordBotList.
181187

182188
<!-- prettier-ignore -->
183-
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.1...HEAD
189+
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.2...HEAD
184190
[4.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...v4.0.0
185191
[4.1.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.0.0...v4.1.0
186192
[5.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.1.0...v5.0.0
@@ -196,3 +202,4 @@ You can also refer to issue #71.
196202
[7.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.0...v7.0.1
197203
[8.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.1...v8.0.0
198204
[8.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.0...v8.0.1
205+
[8.0.2]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.1...v8.0.2

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbots",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Discord bot list poster and stats retriever",
55
"main": "./lib/index",
66
"repository": {

0 commit comments

Comments
 (0)