From e61038e0041475671e4890a1c8b92cb916e72420 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 6 May 2026 13:34:30 -0500 Subject: [PATCH] chore(release): 0.0.2-alpha.9 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9522831..5b6d4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # All Changes to LST can be found below. +## [0.0.2-alpha.9](https://git.tuffraid.net/cowch/lst_v3/compare/v0.0.2-alpha.8...v0.0.2-alpha.9) (2026-05-06) + + +### 🛠️ Code Refactor + +* **mobile:** valildation of server after each scan ([4ca74de](https://git.tuffraid.net/cowch/lst_v3/commits/4ca74de2795cea7244e38697d16afe2822164ed6)) +* **scanner:** added in running number ([a38e2e0](https://git.tuffraid.net/cowch/lst_v3/commits/a38e2e033977b725538e9a9046098d94194d549e)) +* **scanner:** finished login stuff for current routes ([1241253](https://git.tuffraid.net/cowch/lst_v3/commits/12412536d10981013053c39d156c6c9cb0babd11)) + + +### 📝 Testing Code + +* **scanner:** lane check ([d99449d](https://git.tuffraid.net/cowch/lst_v3/commits/d99449ddc4e2777c1b0fe9189ba0a7c01fe1dd8f)) + + +### 📈 Project Builds + +* **builds:** changed to ip as its on the same server ([3552ca3](https://git.tuffraid.net/cowch/lst_v3/commits/3552ca31f9f7b3bcbe557a145e7eb154bfdae79c)) +* **release:** bypass cloudflare upload limit ([b578f05](https://git.tuffraid.net/cowch/lst_v3/commits/b578f05d6482f9b6f30febeee6ab0b708a70f68b)) + ## [0.0.2-alpha.8](https://git.tuffraid.net/cowch/lst_v3/compare/v0.0.2-alpha.7...v0.0.2-alpha.8) (2026-05-06) diff --git a/package-lock.json b/package-lock.json index d4a8469..e6b4846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lst_v3", - "version": "0.0.2-alpha.8", + "version": "0.0.2-alpha.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lst_v3", - "version": "0.0.2-alpha.8", + "version": "0.0.2-alpha.9", "license": "ISC", "dependencies": { "@dotenvx/dotenvx": "^1.57.0", diff --git a/package.json b/package.json index ae1cfe9..87f5ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "0.0.2-alpha.8", + "version": "0.0.2-alpha.9", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {