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.3.3](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.3;hp=v0.3.2;ds=sidebyside) (2023-09-06)
+
+
+### Features
+
+* add debug/error methods to logger 3238965
+* display equippable hand option only d7569d3
+* migrate to augmenting express.Request interface d820e11
+* monster variants b8bed23
+* remove body-part targeting c6a5f62
+* variable level monsters b5577b4
+
+
+### Bug Fixes
+
+* min/max level definitions for monsters bedec85
+
### [0.3.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.2;hp=v0.3.1;ds=sidebyside) (2023-09-01)
{
"name": "rising-legends",
- "version": "0.3.2",
+ "version": "0.3.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rising-legends",
- "version": "0.3.2",
+ "version": "0.3.3",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.4.0",
"@opentelemetry/auto-instrumentations-node": "^0.37.0",
{
"name": "rising-legends",
"private": true,
- "version": "0.3.2",
+ "version": "0.3.3",
"scripts": {
"up": "npx prisma migrate dev --name \"init\"",
"start": "pm2 start dist/server/api.js",