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.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.2;hp=v0.4.1;ds=sidebyside) (2024-10-18)
+
+
+### Features
+
+* add class stats to professions a5824cd
+* display base damage and level-based boost b12078b
+* extend Express.Request to include base RL object 9859ef8
+* support adding locations without them being visible to players 8971ca3
+
+
+### Bug Fixes
+
+* adjust border color for main viewport to be less stark 86f7ee6
+* bg gradient should span entire window height 7bc09b7
+* count current dungeon run 94bb430
+* give players max vigor on character creation d0a0de2
+* make gradient span site height 9790b38
+* make route imports dynamic bce2649
+* migrate chat to separate route file 524a353
+* migrate existing routers to new router folder b5185d9
+* migrate inventory to separate route file 324251f
+* migrate missing inventory routes to separate file e3b94ff
+* migrate profile to separate route file 7526569
+* migrate store routes to separate file f926688
+* migrate travel to separate route file 90e089b
+* refs to minLevel and maxLevel columns not being quoted in queries b63354f
+* remove event date bucketing 237ff97
+
### [0.4.1](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.1;hp=v0.4.0;ds=sidebyside) (2023-09-29)
{
"name": "rising-legends",
- "version": "0.4.1",
+ "version": "0.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rising-legends",
- "version": "0.4.1",
+ "version": "0.4.2",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.4.0",
"@opentelemetry/auto-instrumentations-node": "^0.37.0",
{
"name": "rising-legends",
"private": true,
- "version": "0.4.1",
+ "version": "0.4.2",
"scripts": {
"up": "npx prisma migrate dev --name \"init\"",
"start": "pm2 start dist/server/api.js",