From 4940c6d624cd9d6c660aabc34ebeb05b384b13d6 Mon Sep 17 00:00:00 2001 From: Matteo <45847997+sanriodev@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:04:20 +0200 Subject: [PATCH] chore(master): release 2.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4042907..d8cf716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.0](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/compare/v1.9.3...v2.0.0) (2024-10-24) + + +### ⚠ BREAKING CHANGES + +* remove old script, all commands support multiple servers now + +### Features + +* all existing commands support on multiple servers ([4f710bd](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/4f710bde6ccf2eb39069c2854036e0fe5da41655)) +* new configure command to configure a textchannel for all cron tasks ([3a190bb](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/3a190bb61db991050af21411e31e036d6104b5bd)) + + +### Bug Fixes + +* adjust test mocks ([01bcb44](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/01bcb44ca8496d36420b0a4e50277dfe3bc95251)) +* deploy commands to all servers, register on all ([f4fa935](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/f4fa935a134075be96bf5bdf58832361f45c8592)) +* remove old script, all commands support multiple servers now ([642ee88](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/642ee88a12ed5b4077d4c550f958f6e0e78263d4)) + ## [1.9.3](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/compare/v1.9.2...v1.9.3) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 7605d6e..c5253de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bingusboingus", - "version": "1.9.3", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bingusboingus", - "version": "1.9.3", + "version": "2.0.0", "license": "MIT", "dependencies": { "@nestjs/cli": "^10.4.5", diff --git a/package.json b/package.json index 25d5f8a..f28a298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bingusboingus", - "version": "1.9.3", + "version": "2.0.0", "description": "Hey look it's Bingus.... or Boingus?? OR BOTH??", "main": "src/main.ts", "scripts": {