From f5f68a0a965696b44c75e2953bb1e77610f9b62c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 May 2023 15:32:02 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/ZynerOrg/xyter/compare/v2.0.0...v2.1.0) (2023-05-29) ### Bug Fixes * :bookmark: forgot to update version in package.json ([a8377d0](https://github.com/ZynerOrg/xyter/commit/a8377d00ff593028dee2cf4cee4e4c50ff50061b)) * :bug: create user if not exist before create quote ([04ef7c9](https://github.com/ZynerOrg/xyter/commit/04ef7c9d8d2fe4bd9c70a70f75cc67548c2cd449)) * :children_crossing: change to ephermal cooldown messages ([21a5cd3](https://github.com/ZynerOrg/xyter/commit/21a5cd3eab417c7a3ecf756bbb5483f92edfd61b)) * :truck: rename quote to quotes ([ce7d3d8](https://github.com/ZynerOrg/xyter/commit/ce7d3d8695b431bac2b1fcb67f79b6585c45a087)) * :zap: replace template string with double quote ([5a43128](https://github.com/ZynerOrg/xyter/commit/5a43128c502cf9b6bcf22a7087d9dc1fc48af008)) ### Features * :card_file_box: add createdAt & updatedAt fields for Cooldowns ([3cf88ab](https://github.com/ZynerOrg/xyter/commit/3cf88abfd053afbfa4ffc68fc929914867d10444)) * :sparkles: add quote feature ([a2e1fa7](https://github.com/ZynerOrg/xyter/commit/a2e1fa7a9860de843c4235c2a318c3d3dce83e80)) --- 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 84bd4239..1ba181af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xyter", - "version": "2.1.0-dev.3", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xyter", - "version": "2.1.0-dev.3", + "version": "2.1.0", "license": "GPL-3.0-only", "dependencies": { "@prisma/client": "^4.7.1", diff --git a/package.json b/package.json index 33a4cf10..54f7903d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyter", - "version": "2.1.0-dev.3", + "version": "2.1.0", "private": true, "description": "A multi purpose Discord bot written in TypeScript with Discord.js", "main": "dist/index.js",