chore(release): 0.1.1

This commit is contained in:
Corban-Lee Jones 2025-04-22 16:06:09 +01:00
parent afea1f1090
commit f49133afd4
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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",