Skip to content

Commit 7aa4724

Browse files
committed
release: v10.0.0
1 parent 7990df2 commit 7aa4724

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [10.0.0] - 2021-10-08
13+
14+
### Removed:
15+
16+
- **[BREAKING]** AstroBotList (#334)
17+
- **[BREAKING]** DiscordBotsCo (#334)
18+
19+
### Added:
20+
21+
- Listcord (#334)
22+
- MotionBotlist (#334)
23+
- DiscordBotlistEU (#318, #319)
24+
- DiscordLabs: support votes endpoint (#334)
25+
- BotsForDiscord -> DiscordsCom: support `hasVoted12h` endpoint (#334)
26+
27+
### Fixed:
28+
29+
- **[BREAKING]** DiscordListSpace: update endpoints to new API version (#334)
30+
- **[BREAKING]** BladeBotLit -> BladeList: update endpoints to new API version (#334)
31+
- BotsForDiscord -> DiscordsCom: add endpoint requirements (#334)
32+
- InfinityBotList: update endpoints (#334)
33+
- DiscordListology: fix logo in docs (#334)
34+
- TopCord: fix logo in docs (#320)
35+
1236
## [9.0.1] - 2021-08-04
1337

1438
### Fixed:
39+
1540
- BotsForDiscord: updated the base API URL and the logo URL
1641

1742
## [9.0.0] - 2021-04-08
@@ -27,7 +52,7 @@ More list-specific breaking changes are listed below
2752

2853
### Fixed:
2954

30-
- **BREAKING** InfinityBots: update list name, aliases and URL (#199)
55+
- **[BREAKING]** InfinityBots: update list name, aliases and URL (#199)
3156
- The package file now has a proper typings field
3257
- Clients: the fillers now calculate the user count using each guild's member count, instead of relying on the user cache size (ref #182)
3358
- Clients: improved consistency in getters' return types
@@ -217,7 +242,7 @@ You can also refer to issue #71.
217242
- Update endpoints for ListMyBots, GlennBotList and DiscordBotList.
218243

219244
<!-- prettier-ignore -->
220-
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v9.0.1...HEAD
245+
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v10.0.0...HEAD
221246
[4.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...v4.0.0
222247
[4.1.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.0.0...v4.1.0
223248
[5.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.1.0...v5.0.0
@@ -235,4 +260,5 @@ You can also refer to issue #71.
235260
[8.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.0...v8.0.1
236261
[8.0.2]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.1...v8.0.2
237262
[9.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.2...v9.0.0
238-
[9.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v9.0.0...v9.0.1
263+
[9.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v9.0.0...v9.0.1
264+
[10.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v9.0.0...v10.0.0

package-lock.json

+2-2
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": "9.0.1",
3+
"version": "10.0.0",
44
"description": "Discord bot list poster and stats retriever",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)