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.2.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.0;hp=v0.1.1;ds=sidebyside) (2023-07-27)
+
+
+### ⚠ BREAKING CHANGES
+
+* travelling between towns!
+
+### Features
+
+* paths now define a distance between them 53b5ae7
+* return to town button if killed while travelling 9325533
+* travelling between towns! 621c35b
+* when you die your travel plan is discarded 6f21c21
+
+
+### Bug Fixes
+
+* back to town button after healing 7f29b2f
+* disable switching tabs in a fight ea7eafe
+* display stat vals without sign or coloring bf702a6
+* display the image from the destination city at 50% progress 084353a
+* replace city background if you die while travelling 8a15f77
+* travel now takes X steps c4f9b81
+
### [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)
{
"name": "rising-legends",
- "version": "0.1.1",
+ "version": "0.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rising-legends",
- "version": "0.1.1",
+ "version": "0.2.0",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.4.0",
"@opentelemetry/auto-instrumentations-node": "^0.37.0",
{
"name": "rising-legends",
"private": true,
- "version": "0.1.1",
+ "version": "0.2.0",
"scripts": {
"up": "npx prisma migrate dev --name \"init\"",
"start": "pm2 start dist/server/api.js",