chore(release): 0.4.4 v0.4.4
authorxangelo <me@xangelo.ca>
Thu, 16 Jan 2025 04:49:51 +0000 (23:49 -0500)
committerxangelo <me@xangelo.ca>
Thu, 16 Jan 2025 04:49:51 +0000 (23:49 -0500)
CHANGELOG.md
package-lock.json
package.json

index 15351efe9c8560663822a61f401ef90426c1c271..53785ad3be6c8ab753baa423124fbdbfbc711264 100644 (file)
@@ -2,6 +2,29 @@
 
 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)
 
 
index 47416fc6b62376fcfdfc7d4ef2986ec4a55f353c..21038bba6e306950b3f5005f7bd8f31ad963a3f2 100644 (file)
@@ -1,12 +1,12 @@
 {
   "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",
index 82b303c7ffd401249d5f14595063a988bbfee2d8..8843f3135b399e62b8ce74b7d9b498e61320c8e4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "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",