chore(release): 0.2.6 v0.2.6
authorxangelo <me@xangelo.ca>
Wed, 9 Aug 2023 14:55:12 +0000 (10:55 -0400)
committerxangelo <me@xangelo.ca>
Wed, 9 Aug 2023 14:55:12 +0000 (10:55 -0400)
CHANGELOG.md
package-lock.json
package.json

index 2be61f50b3fb18631a435f3ad63e93936733e540..b953fe83e4fddcd43e266d6c497470822c761f0e 100644 (file)
@@ -2,6 +2,16 @@
 
 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.6](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.6;hp=v0.2.5;ds=sidebyside) (2023-08-09)
+
+
+### Bug Fixes
+
+* armour icon support 4f6823d
+* auto-load player object and place in request 7079401
+* chat history calls clearing chat 0d1626c
+* migrate stat increase to htmx 734e42d
+
 ### [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)
 
 
index 3d3fe4720bd3f2ae384dbef35209f46916973d08..edf339e29d5cb2e3917fc2d57a82d0b296992d60 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
-  "version": "0.2.5",
+  "version": "0.2.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.2.5",
+      "version": "0.2.6",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 7e36845b0dc2a820b285aba76bd4d9ffc70c6bdb..5166e73e2a7f08da9431bbb7d8994a96e9fd945d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.2.5",
+  "version": "0.2.6",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",