chore(release): 0.1.1 v0.1.1
authorxangelo <git@xangelo.ca>
Thu, 13 Jul 2023 17:28:56 +0000 (13:28 -0400)
committerxangelo <git@xangelo.ca>
Thu, 13 Jul 2023 17:28:56 +0000 (13:28 -0400)
CHANGELOG.md
package-lock.json
package.json

index a6e196f6fa0e2eb34ab8cfbf98a1b3576b0691c4..1df60ec14d51385e735533e1032837f9071bf53e 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.1.1](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.1.1;hp=v0.1.0;ds=sidebyside) (2023-07-13)
+
+
+### Features
+
+* allow users to log out 22d96bc
+* display current deployed version in UI a717a30
+
+
+### Bug Fixes
+
+* casting now uses INT instead of CON 223bc6d
+* check players hp before allowing them to start a battle 4d7a556, closes #2
+* move jquery to a webpack external to reduce bundle size 56baafa
+* prod build process + migration cecab78
+
 ## [0.1.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.1.0;hp=v0.0.3;ds=sidebyside) (2023-07-12)
 
 
index 456091034cb8d29082fe46df3969e72c164711f2..d799766319379dffda21954ade53cd7e685d2e25 100644 (file)
@@ -47,7 +47,7 @@
         "tsconfig-paths-webpack-plugin": "^4.0.1",
         "typescript": "^4.9.5"
       },
-      "version": "0.1.0"
+      "version": "0.1.1"
     },
     "node_modules/@babel/code-frame": {
       "version": "7.22.5",
       "integrity": "sha512-LLHANmdm53+MucY9aOFIggzYtUdkSBFxUsy4glTTQYNyK6B3uCPWTbfiGvSrEvLojw0mSzyFJ1/RRLv+QMNdzQ=="
     }
   },
-  "version": "0.1.0"
+  "version": "0.1.1"
 }
index b420ea00980475e2891291794f931c6553f971fa..e60af56980ff5153e59ab618cc3d78d8e54632c3 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.1.0",
+  "version": "0.1.1",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",