chore(release): 0.0.3 v0.0.3
authorxangelo <git@xangelo.ca>
Mon, 10 Jul 2023 18:47:51 +0000 (14:47 -0400)
committerxangelo <git@xangelo.ca>
Mon, 10 Jul 2023 18:47:51 +0000 (14:47 -0400)
CHANGELOG.md
package-lock.json
package.json

index fece35ef7c83eefe445c4e398333773c99e0115d..4e96e6ea224656229687e8e62f530dd49fce3a31 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.
 
+### [0.0.3](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.0.3;hp=v0.0.2;ds=sidebyside) (2023-07-10)
+
+
+### Features
+
+* add damage mitigation to armour f8156c8, closes #3
+
 ### [0.0.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.0.2;hp=v0.0.1;ds=sidebyside) (2023-07-07)
 
 
index ce2892b3d15709fbfb9c4752ed06eddb822e7f60..c300f834b8ae922820e048bea95d28a67bab2e38 100644 (file)
@@ -47,7 +47,7 @@
         "tsconfig-paths-webpack-plugin": "^4.0.1",
         "typescript": "^4.9.5"
       },
-      "version": "0.0.2"
+      "version": "0.0.3"
     },
     "node_modules/@babel/code-frame": {
       "version": "7.22.5",
       "integrity": "sha512-LLHANmdm53+MucY9aOFIggzYtUdkSBFxUsy4glTTQYNyK6B3uCPWTbfiGvSrEvLojw0mSzyFJ1/RRLv+QMNdzQ=="
     }
   },
-  "version": "0.0.2"
+  "version": "0.0.3"
 }
index f0959ccff7f6cab566ead368dc1347d09e42b796..b2d08c61ceddc03b50d1d851fcae0623476dbd01 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.0.2",
+  "version": "0.0.3",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",