chore(release): 0.2.10 v0.2.10
authorxangelo <me@xangelo.ca>
Fri, 18 Aug 2023 18:40:05 +0000 (14:40 -0400)
committerxangelo <me@xangelo.ca>
Fri, 18 Aug 2023 18:40:05 +0000 (14:40 -0400)
CHANGELOG.md
package-lock.json
package.json

index 1d97f817f4d39c6066d6b5cdd9e26738b4defaeb..3cdb4ac2d6832969a4ab2463a4518ef51166eb74 100644 (file)
@@ -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.2.10](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.10;hp=v0.2.9;ds=sidebyside) (2023-08-18)
+
+
+### Features
+
+* add icons for beginner equipment 218a9ee
+* increase hp gain rate 1f9aaf6
+
+
+### Bug Fixes
+
+* background not appearing if reload during fight 64a76af
+* cant perform other actions in a fight b1a1999
+* chat timeline to messages show up chronologically b82a2ef
+* dont display death text after fleeing 2a1bffe
+* missing % from player bar a0606a5
+* move purchase button under icon in stores 93aeef5
+* only disable equipping/unequipping in a fight b6e9f9a
+
 ### [0.2.9](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.9;hp=v0.2.8;ds=sidebyside) (2023-08-15)
 
 
index 7aca8b69a2fa434e66971ea1ad665e2fa8e499c7..5a3857378ce5eca6e12a5aa685b14ced74d8de6f 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
-  "version": "0.2.9",
+  "version": "0.2.10",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.2.9",
+      "version": "0.2.10",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 46fcf75aa6f0f0d657d2ca9a8343c59ebdeb7517..2a9e74bc152878481e64d3c2c270fe001b25cb20 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.2.9",
+  "version": "0.2.10",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",