From 6a21c9cd835e476f85428c209b64fe94d86a03f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Jun 2023 10:56:44 +0000 Subject: [PATCH] chore(release): 2.3.0-dev.1 [skip ci] # [2.3.0-dev.1](https://github.com/ZynerOrg/xyter/compare/v2.2.1...v2.3.0-dev.1) (2023-06-02) ### Bug Fixes * :bug: fix reputation repute function ([828524d](https://github.com/ZynerOrg/xyter/commit/828524d4c25621501f40af028a98ee810f3f1c0d)) * :sparkles: throw error if user tries to execute same command while one is processing ([af14c75](https://github.com/ZynerOrg/xyter/commit/af14c7598e64a19f43e48af66a37bc415cfdce06)) ### Features * :children_crossing: improve style for users on interaction error ([acdd507](https://github.com/ZynerOrg/xyter/commit/acdd5076e7cced95d0a68b275819c4c42c0cc08a)) * :children_crossing: make bonus commands set their time at midnights ([26d03c2](https://github.com/ZynerOrg/xyter/commit/26d03c282c22030864ea40329ae7ab40778bfdb0)) * :sparkles: ability to set prorata cooldowns ([e223309](https://github.com/ZynerOrg/xyter/commit/e2233097965de410acde563444f8a0b5dd4acd97)) --- 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 3c40ed5..f011ddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xyter", - "version": "2.2.1", + "version": "2.3.0-dev.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xyter", - "version": "2.2.1", + "version": "2.3.0-dev.1", "license": "GPL-3.0-only", "dependencies": { "@prisma/client": "^4.7.1", diff --git a/package.json b/package.json index 8beab7d..5dac7b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyter", - "version": "2.2.1", + "version": "2.3.0-dev.1", "private": true, "description": "A multi purpose Discord bot written in TypeScript with Discord.js", "main": "dist/index.js",