From 0a9ae1002c1532a8db3b3d1f0a9eb504736f40d1 Mon Sep 17 00:00:00 2001 From: Cowch Date: Sat, 12 Jul 2025 15:36:22 -0500 Subject: [PATCH] chore(release): v0.0.2-alpha.2 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d675e3e..4595ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +* chore(release): v0.0.2-alpha.1 (a087929) +* chore(release): v0.0.2-alpha.0 (f83de9b) +* fix(release): more work on the release stuff (233298d) + ## [0.0.2-alpha.1](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.2...v0.0.2-alpha.1) (2025-07-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f30aaa7..f930e67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logistics_support_tool", - "version": "0.0.2-alpha.1", + "version": "0.0.2-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logistics_support_tool", - "version": "0.0.2-alpha.1", + "version": "0.0.2-alpha.2", "license": "ISC", "dependencies": { "conventional-changelog": "^7.1.1", diff --git a/package.json b/package.json index 69f338d..8858e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logistics_support_tool", - "version": "0.0.2-alpha.1", + "version": "0.0.2-alpha.2", "description": "This is the new logisitcs support tool", "private": true, "main": "index.js",