diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4c981..783dde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.5](https://github.com/kaname-png/revoltx/compare/v2.0.4...v2.0.5) (2023-06-05) + ### [2.0.4](https://github.com/kaname-png/revoltx/compare/v2.0.3...v2.0.4) (2023-06-05) diff --git a/package.json b/package.json index 2428d8d..2d4d9d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaname-png/revoltx", - "version": "2.0.4", + "version": "2.0.5", "description": "RevoltX is a framework for creating Revolt bots.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -58,7 +58,7 @@ "lint-staged": "^13.2.2", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", - "revolt.js": "^7.0.0-beta.4", + "revolt.js": "6.0.20", "standard-version": "^9.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1",