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 * 🔖 forgot to update version in package.json ([a8377d0
](a8377d00ff
)) * 🐛 create user if not exist before create quote ([04ef7c9
](04ef7c9d8d
)) * 🚸 change to ephermal cooldown messages ([21a5cd3
](21a5cd3eab
)) * 🚚 rename quote to quotes ([ce7d3d8
](ce7d3d8695
)) * ⚡ replace template string with double quote ([5a43128
](5a43128c50
)) ### Features * 🗃️ add createdAt & updatedAt fields for Cooldowns ([3cf88ab
](3cf88abfd0
)) * ✨ add quote feature ([a2e1fa7
](a2e1fa7a98
))
This commit is contained in:
parent
6b76d6e0aa
commit
f5f68a0a96
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue