chore(release): 0.3.0 v0.3.0
authorxangelo <me@xangelo.ca>
Wed, 30 Aug 2023 13:51:33 +0000 (09:51 -0400)
committerxangelo <me@xangelo.ca>
Wed, 30 Aug 2023 13:51:33 +0000 (09:51 -0400)
CHANGELOG.md
package-lock.json
package.json

index a627b745a538392cd858e388e5e1393b14ee4984..1c03855005e14901b38bae8d9841851c90a09a8d 100644 (file)
@@ -2,6 +2,26 @@
 
 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.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.0;hp=v0.2.17;ds=sidebyside) (2023-08-30)
+
+
+### ⚠ BREAKING CHANGES
+
+* vigor mortensen
+
+### Features
+
+* display optimal level range for monsters 5878793
+* move alerts to bottom of main section 9575cfb
+* repairing damaged equipment 161b5bf
+* unequip items if they hit 0 ap in battle bc9e05f
+* vigor mortensen f6aba7a
+
+
+### Bug Fixes
+
+* spacing for stat increase button 61e6d07
+
 ### [0.2.17](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.17;hp=v0.2.16;ds=sidebyside) (2023-08-25)
 
 
index 291569862dc2efb25eabb75a307c109476547a6d..d404a7a38182533a63db77d92b2307d933956c8c 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
-  "version": "0.2.17",
+  "version": "0.3.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.2.17",
+      "version": "0.3.0",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 8f5109fc33d43ce9e6f1df88bc5a1e938a3dc2d9..5fc62422b80e777aeee89297b459d521ef5449fd 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.2.17",
+  "version": "0.3.0",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",