Skip to content

Commit f3f66bd

Browse files
committedJan 19, 2022
release: v11.0.0
1 parent 4b68fd8 commit f3f66bd

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed
 

‎CHANGELOG.md

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

1010
## [Unreleased]
1111

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+
1225
## [10.0.0] - 2021-10-08
1326

1427
### Removed:
@@ -242,7 +255,7 @@ You can also refer to issue #71.
242255
- Update endpoints for ListMyBots, GlennBotList and DiscordBotList.
243256

244257
<!-- 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
246259
[4.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...v4.0.0
247260
[4.1.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.0.0...v4.1.0
248261
[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.
262275
[9.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v8.0.2...v9.0.0
263276
[9.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v9.0.0...v9.0.1
264277
[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

‎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": "10.0.0",
3+
"version": "11.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)
Please sign in to comment.