From 237e6e27eb3b07b8806fe9f17242b47f8d0d895c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 May 2023 19:57:04 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/ZynerOrg/xyter/compare/v2.2.0...v2.2.1) (2023-05-31) ### Bug Fixes * update cooldown duration to a month ([79076a4](https://github.com/ZynerOrg/xyter/commit/79076a49fcc2f99c32554ff9445d816b938daa40)) * update cooldown duration to a week ([9cbe7ca](https://github.com/ZynerOrg/xyter/commit/9cbe7cafcffb793f66871dd06b24f464ac33a287)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f1068f3..3c40ed5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xyter", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xyter", - "version": "2.2.0", + "version": "2.2.1", "license": "GPL-3.0-only", "dependencies": { "@prisma/client": "^4.7.1", diff --git a/package.json b/package.json index 9a527a83..8beab7d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyter", - "version": "2.2.0", + "version": "2.2.1", "private": true, "description": "A multi purpose Discord bot written in TypeScript with Discord.js", "main": "dist/index.js",