chore(release): 1.4.4 [skip ci]

## [1.4.4](https://github.com/ZynerOrg/xyter/compare/v1.4.3...v1.4.4) (2023-01-21)

### Bug Fixes

* 💥 fix breaking changes ([89404de](89404de116)), closes [#588](https://github.com/ZynerOrg/xyter/issues/588) [#596](https://github.com/ZynerOrg/xyter/issues/596)
This commit is contained in:
semantic-release-bot 2023-01-21 18:12:22 +00:00
parent 31e2e09cb2
commit 06fd6d668c
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "xyter", "name": "xyter",
"version": "1.4.4-next.1", "version": "1.4.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "xyter", "name": "xyter",
"version": "1.4.4-next.1", "version": "1.4.4",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@prisma/client": "^4.7.1", "@prisma/client": "^4.7.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "xyter", "name": "xyter",
"version": "1.4.4-next.1", "version": "1.4.4",
"private": true, "private": true,
"description": "A multi purpose Discord bot written in TypeScript with Discord.js", "description": "A multi purpose Discord bot written in TypeScript with Discord.js",
"main": "dist/index.js", "main": "dist/index.js",