From 9c1599f8c37b39e4779b3f0518d4ef305db531e0 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 16 Jul 2025 09:55:14 -0500 Subject: [PATCH] chore(release): v0.0.1-alpha.4 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f856c..75b110b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to LST will be documented in this file. +## [0.0.1-alpha.4](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.1-alpha.3...v0.0.1-alpha.4) (2025-07-16) + +### 📈 Project changes + +* **build:** changes to ignore the tmp folder in the scripts ([26b018e](https://git.tuffraid.net/cowch/logistics_support_tool/commit/26b018ee3eb408ab3c5ddd9e886987deb3334720)) +* **createzip:** changes to include the script folder ([5cb71e5](https://git.tuffraid.net/cowch/logistics_support_tool/commit/5cb71e55476f91a48d095f80be2cea3b6793f8e6)) + +### 📈 Project Builds + +* **build:** script created to build lstv2 and copy over before zipping up also cleanup ([c0d67c2](https://git.tuffraid.net/cowch/logistics_support_tool/commit/c0d67c2a16695e40af7ec52f86fc54344f3b889c)) + ## [0.0.1-alpha.3](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2025-07-16) ### 🌟 Enhancements diff --git a/package-lock.json b/package-lock.json index 0922496..48b4d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logistics_support_tool", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logistics_support_tool", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.4", "license": "ISC", "dependencies": { "dotenv": "^17.2.0", diff --git a/package.json b/package.json index 21b95cf..ce38aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logistics_support_tool", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.4", "description": "This is the new logisitcs support tool", "private": true, "main": "index.js",