Skip to content

Commit 634d96d

Browse files
committed
chore(release): 🚀 Release v7.0.0
1 parent dc70acc commit 634d96d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.0.0](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.5.3...v7.0.0) (2024-02-09)
6+
7+
### Sharding
8+
9+
This version adds support for [Sharding](https://discordjs.guide/sharding/#how-does-sharding-work) and allows the bot to be invited on more than 2500 servers.
10+
511
## [6.5.3](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.5.2...v6.5.3) (2023-04-01)
612

713
### Bug Fixes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sebedius-yearzero-discord-bot",
3-
"version": "6.5.3",
3+
"version": "7.0.0",
44
"description": "A bot companion for running Year Zero roleplaying games over Discord.",
55
"author": "Stefouch",
66
"license": "GPL-3.0-or-later",
@@ -95,7 +95,7 @@
9595
"test:client": "mocha ./test/client.test.js --exit",
9696
"test:db": "mocha ./test/db.test.js --exit",
9797
"precommit-msg": "devmoji -e --lint",
98-
"pm2:watch": "pm2 start bot.js --watch & pm2 log",
98+
"pm2:watch": "pm2 start index.js --watch & pm2 log",
9999
"release": "gulp release",
100100
"register": "node register.js",
101101
"bump": "npm run lint:fix && gulp bump --r"

0 commit comments

Comments
 (0)