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.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.0;hp=v0.3.6;ds=sidebyside) (2023-09-29)
+
+
+### ⚠ BREAKING CHANGES
+
+* dungeon traversal
+
+### Features
+
+* cleanup chat commands 074d6ad
+* dungeon traversal 2ec43df
+* min level for all locations 2be0160
+* psql based event system 43f0bc3
+
+
+### Bug Fixes
+
+* auto-enter dungeon if you are in it dfa62a7
+* remove log of 0 events being flushed 552c744
+
### [0.3.6](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.6;hp=v0.3.5;ds=sidebyside) (2023-09-06)
{
"name": "rising-legends",
- "version": "0.3.6",
+ "version": "0.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rising-legends",
- "version": "0.3.6",
+ "version": "0.4.0",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.4.0",
"@opentelemetry/auto-instrumentations-node": "^0.37.0",
{
"name": "rising-legends",
"private": true,
- "version": "0.3.6",
+ "version": "0.4.0",
"scripts": {
"up": "npx prisma migrate dev --name \"init\"",
"start": "pm2 start dist/server/api.js",