Skip to content

Commit

Permalink
release: v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Mar 4, 2021
1 parent d0f6de8 commit 7cd0dc0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).

## [Unreleased]

## [8.0.0] - 2021-03-04

### Changed:

- InfinityBotList is now called InfinityBots. Their aliases have changed too.

## [7.0.1] - 2021-02-25

### Fixed:
Expand Down Expand Up @@ -168,7 +174,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/v7.0.1...HEAD
[Unreleased]: https://github.com/dbots-pkg/dbots.js/compare/v8.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 @@ -182,3 +188,4 @@ You can also refer to issue #71.
[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
[7.0.1]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.0...v7.0.1
[8.0.0]: https://github.com/dbots-pkg/dbots.js/compare/v7.0.1...v8.0.0
2 changes: 1 addition & 1 deletion 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": "7.0.1",
"version": "8.0.0",
"description": "Discord bot list poster and stats retriever",
"main": "./lib/index",
"repository": {
Expand Down

0 comments on commit 7cd0dc0

Please sign in to comment.