Skip to content

Commit 8108ef2

Browse files
committed
v4.1.0
1 parent 37e7619 commit 8108ef2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [4.1.0] - 2020-06-18
12+
### Added
13+
- Add new service: BotsDataBase
14+
1115
## [4.0.0] - 2020-06-07
1216
### Added
1317
- Add better error handling for when requests to services get rejected.
@@ -22,5 +26,6 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs)
2226
### Fixed
2327
- Update endpoints for ListMyBots, GlennBotList and DiscordBotList.
2428

25-
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...HEAD
29+
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v4.1.0...HEAD
2630
[4.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v3.0.1...v4.0.0
31+
[4.1.0]: https://github.com/dbots-pkg/dbots.js/compare/v4.0.0...v4.1.0

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbots",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Discord bot list poster and stats retriever",
55
"main": "./src/index",
66
"types": "./typings/index.d.ts",

0 commit comments

Comments
 (0)