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.5](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.5;hp=v0.4.4;ds=sidebyside) (2025-01-22)
+
+
+### Features
+
+* add confirmation check to buy buttom f996366
+* make travel an idle activity 7a5e85b
+
+
+### Bug Fixes
+
+* add confirmation to repair a0c5213
+* clean up ui for alerts to make them more visible 9f3b728
+* remove the grid size from being displayed on the inventory page 52e1805
+* spacing of filter-container on repair page 1185e44
+* spacing on inventory tabs does not exceed parent bounds 905c722
+* tab bottom margins no longer extend into tab body 2aeef4f
+* typo in description for dex 8688e07
+
### [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)
{
"name": "rising-legends",
- "version": "0.4.4",
+ "version": "0.4.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rising-legends",
- "version": "0.4.4",
+ "version": "0.4.5",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.7.2",
"@opentelemetry/auto-instrumentations-node": "^0.53.0",
{
"name": "rising-legends",
"private": true,
- "version": "0.4.4",
+ "version": "0.4.5",
"scripts": {
"start": "TS_NODE_BASEURL=./dist node -r tsconfig-paths/register dist/src/server/api.js",
"build": "npx tsc && npx webpack",