Skip to content

Commit

Permalink
release: v8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Mar 23, 2021
1 parent 65eff4d commit a584e3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).

## [Unreleased]

## [8.0.2] - 2021-03-23

### Fixed:

- TopGG: require authentication on every class method, in order to fix API rejections (issue #174)

## [8.0.1] - 2021-03-04

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

<!-- prettier-ignore -->
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.1...HEAD
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.2...HEAD
[4.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...v4.0.0
[4.1.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.0.0...v4.1.0
[5.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.1.0...v5.0.0
Expand All @@ -196,3 +202,4 @@ You can also refer to issue #71.
[7.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.0...v7.0.1
[8.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.1...v8.0.0
[8.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.0...v8.0.1
[8.0.2]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.1...v8.0.2
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbots",
"version": "8.0.1",
"version": "8.0.2",
"description": "Discord bot list poster and stats retriever",
"main": "./lib/index",
"repository": {
Expand Down

0 comments on commit a584e3c

Please sign in to comment.