Skip to content

Commit

Permalink
chore(release): 🚀 Release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefouch committed Feb 9, 2024
1 parent dc70acc commit 634d96d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [7.0.0](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.5.3...v7.0.0) (2024-02-09)

### Sharding

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.

## [6.5.3](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.5.2...v6.5.3) (2023-04-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sebedius-yearzero-discord-bot",
"version": "6.5.3",
"version": "7.0.0",
"description": "A bot companion for running Year Zero roleplaying games over Discord.",
"author": "Stefouch",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -95,7 +95,7 @@
"test:client": "mocha ./test/client.test.js --exit",
"test:db": "mocha ./test/db.test.js --exit",
"precommit-msg": "devmoji -e --lint",
"pm2:watch": "pm2 start bot.js --watch & pm2 log",
"pm2:watch": "pm2 start index.js --watch & pm2 log",
"release": "gulp release",
"register": "node register.js",
"bump": "npm run lint:fix && gulp bump --r"
Expand Down

0 comments on commit 634d96d

Please sign in to comment.