File tree 3 files changed +18
-4
lines changed
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 11.0.0] - 2022-01-19
13
+
14
+ ### Removed:
15
+
16
+ - ** [ BREAKING] ** GlennBotList: service is dead
17
+
18
+ ### Fixed:
19
+
20
+ - ** [ BREAKING] ** FatesList: update API to latest version & remove additional endpoints for maintainability
21
+ - InfinityBotList: update endpoints
22
+ - DiscordListSpace: fix request body & docs URL
23
+ - DiscordExtremeList: fix docs URL
24
+
12
25
## [ 10.0.0] - 2021-10-08
13
26
14
27
### Removed:
@@ -242,7 +255,7 @@ You can also refer to issue #71.
242
255
- Update endpoints for ListMyBots, GlennBotList and DiscordBotList.
243
256
244
257
<!-- prettier-ignore -->
245
- [ Unreleased ] : https://github.com/dbots-pkg/dbots.js/compare/v10 .0.0...HEAD
258
+ [ Unreleased ] : https://github.com/dbots-pkg/dbots.js/compare/v11 .0.0...HEAD
246
259
[ 4.0.0 ] : https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...v4.0.0
247
260
[ 4.1.0 ] : https://github.com/dbots-pkg/dbots.js/compare/v4.0.0...v4.1.0
248
261
[ 5.0.0 ] : https://github.com/dbots-pkg/dbots.js/compare/v4.1.0...v5.0.0
@@ -262,3 +275,4 @@ You can also refer to issue #71.
262
275
[ 9.0.0 ] : https://github.com/dbots-pkg/dbots.js/compare/v8.0.2...v9.0.0
263
276
[ 9.0.1 ] : https://github.com/dbots-pkg/dbots.js/compare/v9.0.0...v9.0.1
264
277
[ 10.0.0 ] : https://github.com/dbots-pkg/dbots.js/compare/v9.0.0...v10.0.0
278
+ [ 11.0.0 ] : https://github.com/dbots-pkg/dbots.js/compare/v10.0.0...v11.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dbots" ,
3
- "version" : " 10 .0.0" ,
3
+ "version" : " 11 .0.0" ,
4
4
"description" : " Discord bot list poster and stats retriever" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments