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.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.1.0;hp=v0.0.3;ds=sidebyside) (2023-07-12)
+
+
+### ⚠ BREAKING CHANGES
+
+* players get stat points on every level up
+
+### Features
+
+* players get stat points on every level up 1c9c8a5, closes #5
+
+
+### Bug Fixes
+
+* define stats as an enum for easier iteration f113d4a
+* spacing of stats/equipped items section on mobile 9f45e48
+
### [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)
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.9.5"
},
- "version": "0.0.3"
+ "version": "0.1.0"
},
"node_modules/@babel/code-frame": {
"version": "7.22.5",
"integrity": "sha512-LLHANmdm53+MucY9aOFIggzYtUdkSBFxUsy4glTTQYNyK6B3uCPWTbfiGvSrEvLojw0mSzyFJ1/RRLv+QMNdzQ=="
}
},
- "version": "0.0.3"
+ "version": "0.1.0"
}
{
"name": "rising-legends",
"private": true,
- "version": "0.0.3",
+ "version": "0.1.0",
"scripts": {
"up": "npx prisma migrate dev --name \"init\"",
"start": "pm2 start dist/server/api.js",