Skip to content

Commit

Permalink
release: v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Feb 25, 2021
1 parent abc9972 commit 08e241a
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 30 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).

## [Unreleased]

## [7.0.0] - 2021-02-25

### Removed:

You can refer to issue #58 for each of these lists

- LBots
- DBLista
- DiscordBotWorld
- MythicalBots: they became IdleDev, which is unreachable at the moment.

### Added:

- DiscordBotDirectory (#101)
- VoidBots (#102, #114)
- Disforge (#103)
- ParadiseBots (#104)
- BladeBotList (#115)
- DisTop (#121)
- Dbots (#122)

### Fixed:

- InfinityBotList: updated to new API version (#144)

## [6.1.0] - 2021-01-07

### Added:
Expand Down Expand Up @@ -135,7 +160,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/v6.1.0...HEAD
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.0...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 @@ -147,3 +172,4 @@ You can also refer to issue #71.
[5.2.0]: https://github.com/dbots-pkg/dbots.js/compare/v5.1.0...v5.2.0
[6.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v5.2.0...v6.0.0
[6.1.0]: https://github.com/dbots-pkg/dbots.js/compare/v6.0.0...v6.1.0
[7.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v6.1.0...v7.0.0
99 changes: 71 additions & 28 deletions 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": "6.1.0",
"version": "7.0.0",
"description": "Discord bot list poster and stats retriever",
"main": "./lib/index",
"repository": {
Expand Down

0 comments on commit 08e241a

Please sign in to comment.