chore(release): 0.3.1 v0.3.1
authorxangelo <me@xangelo.ca>
Thu, 31 Aug 2023 21:10:16 +0000 (17:10 -0400)
committerxangelo <me@xangelo.ca>
Thu, 31 Aug 2023 21:10:16 +0000 (17:10 -0400)
CHANGELOG.md
package-lock.json
package.json

index 1c03855005e14901b38bae8d9841851c90a09a8d..8561267884262a6204068d4479c9bf64a7455a35 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.3.1](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.1;hp=v0.3.0;ds=sidebyside) (2023-08-31)
+
+
+### Bug Fixes
+
+* add button that goes back to town from any page 06c0e48
+* spells support durability 2dbb9b8
+* stop z-stacking alert messages 6e756e8
+* tooltip text centered due to media-query cbfebd1
+
 ## [0.3.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.0;hp=v0.2.17;ds=sidebyside) (2023-08-30)
 
 
index d404a7a38182533a63db77d92b2307d933956c8c..819d0add4e877ad214b678eaefb4f19aee070be0 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
-  "version": "0.3.0",
+  "version": "0.3.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.3.0",
+      "version": "0.3.1",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 5fc62422b80e777aeee89297b459d521ef5449fd..07fa690f042d38afc260d24114998c0ceccfc155 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.3.0",
+  "version": "0.3.1",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",