From fa872e98991c2351a5cc9f8375a7e1261771f373 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 22 Apr 2025 16:06:09 +0100 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 5 ++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd4dfd..77ae8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,18 @@ 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. +### [0.1.1](https://gitea.cor.bz/corbz/relay/compare/v0.1.0...v0.1.1) (2025-04-22) + + +### Features + +* connect routers for accessing the new guild tabs ([d02597b](https://gitea.cor.bz/corbz/relay/commit/d02597b4fd9a5b040b0c499b726b1812a4144ac7)) + + +### Bug Fixes + +* add tab helper for highlighting the active guild tab ([119339c](https://gitea.cor.bz/corbz/relay/commit/119339c0a3c7a3d0d63db2be91f07d06798a7133)) + ## 0.1.0 (2025-04-22) + +Initial version \ No newline at end of file diff --git a/package.json b/package.json index 43e7d9e..e151e7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "relay", - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -37,8 +37,11 @@ "typescript": "^5.8.3" }, "dependencies": { + "@preline/datatable": "^3.0.0", + "@preline/dropdown": "^3.0.1", "@prisma/client": "^6.6.0", "@tailwindcss/forms": "^0.5.10", + "datatables.net-dt": "^2.2.2", "discord.js": "^14.18.0", "dotenv": "^16.5.0", "ejs": "^3.1.10",