chore(release): 0.2.15 v0.2.15
authorxangelo <me@xangelo.ca>
Fri, 25 Aug 2023 15:37:18 +0000 (11:37 -0400)
committerxangelo <me@xangelo.ca>
Fri, 25 Aug 2023 15:37:18 +0000 (11:37 -0400)
CHANGELOG.md
package-lock.json
package.json

index 69685ca74422fe6074236d0781cf83ca9bcab441..afbacfc01ff67303628bc5774dd4ba39dd7020f9 100644 (file)
@@ -2,6 +2,22 @@
 
 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.15](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.15;hp=v0.2.14;ds=sidebyside) (2023-08-25)
+
+
+### Features
+
+* expoential exp drop-off/gain c8bd4d6
+
+
+### Bug Fixes
+
+* add block timer for casting and clear after fight bffb415
+* make signup collapsible 97b3c28
+* rate limit fights! 235d836
+* standardize blocking timeouts for buttons 01d06ca
+* time displays at 0 for midnight 789380b
+
 ### [0.2.14](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.14;hp=v0.2.13;ds=sidebyside) (2023-08-21)
 
 
index a371720616fb990a22ceac75b0464d1dd172105a..be5ce86c5ddc636a8f178a8e034562dca8e56fc7 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
-  "version": "0.2.14",
+  "version": "0.2.15",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.2.14",
+      "version": "0.2.15",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 1f3d2aa20ce65f943ea91a5e4d1564dc546943b1..a77ebc80eb85b6a60b505ac4ccd4a996bed726ae 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.2.14",
+  "version": "0.2.15",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",