chore(release): 0.2.0 v0.2.0
authorxangelo <me@xangelo.ca>
Thu, 27 Jul 2023 16:48:31 +0000 (12:48 -0400)
committerxangelo <me@xangelo.ca>
Thu, 27 Jul 2023 16:48:31 +0000 (12:48 -0400)
CHANGELOG.md
package-lock.json
package.json

index 1df60ec14d51385e735533e1032837f9071bf53e..392c24034a25f99efc26a22f190619d9c1aa0d67 100644 (file)
@@ -2,6 +2,30 @@
 
 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)
 
 
index 722b45fe7115c69d229a0f527933974165a65303..f1b066f02d78fad5e90c030605dbe55abe4c099d 100644 (file)
@@ -1,12 +1,12 @@
 {
   "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",
index 4ba1bdc38208d30c0b2780380b57840184165f83..9086be89073b5e84a3c71a8c1b3f2019275583d8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "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",