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.4.4](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.4;hp=v0.4.3;ds=sidebyside) (2025-01-16)
+
+
+### Features
+
+* **chat:** add widgetbot for discord-based chat 15fab9b
+* **crafting:** add monster drops 078ab3f
+* **infra:** add pm2ecosystem config fa7c5d9
+* **monsters:** add monster icons for fights 41cbb16
+* remove stamina as a game mechanic 64f2ae3
+
+
+### Bug Fixes
+
+* **fight:** equipment exp gains were causing errors if nothing was equipped 9d10688
+* **infra:** express trust proxy for rate limiting 400ed1c
+* **inventory:** users were getting their equipment buffed every fight 81ec7c4
+* **locations:** only show locations that are accessible to the player (by level) ca01051
+* reduce fight attack delay 15802e8
+* **repair:** fix rendering of repair equipment view cc179b8
+* **ui:** make gradient background more consistent da14c3c
+* **ux:** fix disabled button styling 1db9168
+
### [0.4.3](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.3;hp=v0.4.2;ds=sidebyside) (2024-11-25)
{
"name": "rising-legends",
- "version": "0.4.3",
+ "version": "0.4.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rising-legends",
- "version": "0.4.3",
+ "version": "0.4.4",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.7.2",
"@opentelemetry/auto-instrumentations-node": "^0.53.0",
{
"name": "rising-legends",
"private": true,
- "version": "0.4.3",
+ "version": "0.4.4",
"scripts": {
"start": "TS_NODE_BASEURL=./dist node -r tsconfig-paths/register dist/src/server/api.js",
"build": "npx tsc && npx webpack",