chore(release): 0.3.5 v0.3.5
authorxangelo <me@xangelo.ca>
Wed, 6 Sep 2023 17:32:54 +0000 (13:32 -0400)
committerxangelo <me@xangelo.ca>
Wed, 6 Sep 2023 17:32:54 +0000 (13:32 -0400)
CHANGELOG.md
package-lock.json
package.json
src/shared/constants.ts

index 2e3b88aa3acc1e2d8288d25c2b8d79417e87d86c..81ae3c7b1a8860c12e47cce14ecc7b072da9771a 100644 (file)
@@ -2,6 +2,13 @@
 
 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.
 
 
 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.5](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.5;hp=v0.3.4;ds=sidebyside) (2023-09-06)
+
+
+### Bug Fixes
+
+* reduce specials to 10% 5beba79
+
 ### [0.3.4](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.4;hp=v0.3.3;ds=sidebyside) (2023-09-06)
 
 
 ### [0.3.4](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.4;hp=v0.3.3;ds=sidebyside) (2023-09-06)
 
 
index e59b806d5d63fd7f18eb4a85f752d450edeff769..ac9b5267cd11914dc8e0e39b8cf0d735aff521e3 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
 {
   "name": "rising-legends",
-  "version": "0.3.4",
+  "version": "0.3.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.3.4",
+      "version": "0.3.5",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 5416f4b3ee5580afd29fb32c710b6a03e48705d4..891588dce1866fe829b28dc73f5c7ae7d248a958 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.3.4",
+  "version": "0.3.5",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",
index c95c80dd1f4a17e3b33d7bedd6a7926cf4f0a4d5..4cda940e25cf779c4762a11e10245d94f99cee56 100644 (file)
@@ -2,4 +2,4 @@ export const FIGHT_ATTACK_DELAY = 1500;
 export const STEP_DELAY = 2000;
 export const ALERT_DISPLAY_LENGTH = 3000;
 // this is displayed as a percentage out of 100
 export const STEP_DELAY = 2000;
 export const ALERT_DISPLAY_LENGTH = 3000;
 // this is displayed as a percentage out of 100
-export const CHANCE_TO_FIGHT_SPECIAL = 100;
+export const CHANCE_TO_FIGHT_SPECIAL = 10;