From b0b07174f1d64431b610d1ac33adb78a403b5173 Mon Sep 17 00:00:00 2001 From: xangelo Date: Tue, 21 Jan 2025 23:43:10 -0500 Subject: [PATCH] chore(release): 0.4.5 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53785ad..4435292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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) diff --git a/package-lock.json b/package-lock.json index 21038bb..11535e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "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", diff --git a/package.json b/package.json index 8843f31..419cb5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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", -- 2.25.1