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.2.5](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.5;hp=v0.2.4;ds=sidebyside) (2023-08-05)
+
+
+### Features
+
+* add health-potion functionality 2f13844
+* purchasable items from the store 4d8b8b1
+
+
+### Bug Fixes
+
+* migrate chat to htmx 34c9eae
+* migrate explore fight to htmx d955aa8
+* migrate exploring to htmx 1580d3a
+* migrate healer to htmx 18e87bf
+* migrate inventory to htmx 0a45adb
+* migrate item usage to htmx 6fb15e2
+* migrate shops to htmx 09b3c0d
+* migrate skills page to htmx c0de5fa
+* profile page to html (wip) eeead89
+* remove unnecessary console.log e547728
+* rename shop_items to shop_equipment 68d481a
+* support time display e110480
+
### [0.2.4](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.4;hp=v0.2.3;ds=sidebyside) (2023-07-29)
{
"name": "rising-legends",
- "version": "0.2.4",
+ "version": "0.2.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rising-legends",
- "version": "0.2.4",
+ "version": "0.2.5",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.4.0",
"@opentelemetry/auto-instrumentations-node": "^0.37.0",
{
"name": "rising-legends",
"private": true,
- "version": "0.2.4",
+ "version": "0.2.5",
"scripts": {
"up": "npx prisma migrate dev --name \"init\"",
"start": "pm2 start dist/server/api.js",