chore(release): 2.2.0 [skip ci]

# [2.2.0](https://github.com/ZynerOrg/xyter/compare/v2.1.2...v2.2.0) (2023-05-31)

### Bug Fixes

* 🗃️ update instead of create new cooldowns if one already exists ([3875c9e](3875c9e136))
* **deps:** update dependency dotenv to v16.1.1 ([45e9365](45e93653ad))
* **deps:** update prisma monorepo to v4.15.0 ([cd93891](cd93891d37))

### Features

* 🚸 add penalty cost if spamming messages ([8c1c0af](8c1c0af360))
This commit is contained in:
semantic-release-bot 2023-05-31 12:52:36 +00:00
parent 09b4bf15a3
commit cba7e6a706
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "xyter",
"version": "2.2.0-dev.2",
"version": "2.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "xyter",
"version": "2.2.0-dev.2",
"version": "2.2.0",
"license": "GPL-3.0-only",
"dependencies": {
"@prisma/client": "^4.7.1",

View file

@ -1,6 +1,6 @@
{
"name": "xyter",
"version": "2.2.0-dev.2",
"version": "2.2.0",
"private": true,
"description": "A multi purpose Discord bot written in TypeScript with Discord.js",
"main": "dist/index.js",