chore(release): 0.0.2 v0.0.2
authorxangelo <git@xangelo.ca>
Fri, 7 Jul 2023 17:14:58 +0000 (13:14 -0400)
committerxangelo <git@xangelo.ca>
Fri, 7 Jul 2023 17:14:58 +0000 (13:14 -0400)
CHANGELOG.md
package.json

index dc09469d27d4ed3ca3284e47f53e82e4568f09e6..fece35ef7c83eefe445c4e398333773c99e0115d 100644 (file)
@@ -2,6 +2,14 @@
 
 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.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.0.2;hp=v0.0.1;ds=sidebyside) (2023-07-07)
+
+
+### Bug Fixes
+
+* give users free healing if they have less than 20g 8dbffa6
+* type in temp professional services 5671ff4
+
 ### 0.0.1 (2023-07-04)
 
 
index 09a5f6c41c2f8f28a884da09c8e0d738b5261859..f0959ccff7f6cab566ead368dc1347d09e42b796 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.0.1",
+  "version": "0.0.2",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",