chore(release): 0.2.12 v0.2.12
authorxangelo <me@xangelo.ca>
Mon, 21 Aug 2023 19:52:39 +0000 (15:52 -0400)
committerxangelo <me@xangelo.ca>
Mon, 21 Aug 2023 19:52:39 +0000 (15:52 -0400)
CHANGELOG.md
package-lock.json
package.json

index dc33716f300ea7fa3307203496ca637fc9eb284c..1569f29c9163712fc0541c3b9d9b6a59c03d479d 100644 (file)
@@ -2,6 +2,18 @@
 
 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.12](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.12;hp=v0.2.11;ds=sidebyside) (2023-08-21)
+
+
+### Features
+
+* return to town button while travelling fd070de
+
+
+### Bug Fixes
+
+* xss chat input 943cbc3
+
 ### [0.2.11](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.11;hp=v0.2.10;ds=sidebyside) (2023-08-21)
 
 
index 10b4c9c219fafe1b6081eb51c5aed29fc72ff61e..b763f6180070be657268f441d220fb37b8123c42 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
-  "version": "0.2.11",
+  "version": "0.2.12",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.2.11",
+      "version": "0.2.12",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 39016a47c1bd8d28c095464b92aa10786b43e51f..e9796e49db870ecea20148d63307347929dc673b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.2.11",
+  "version": "0.2.12",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",