diff --git a/CHANGELOG.md b/CHANGELOG.md index 66be79d..239e3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.3-alpha.20](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.19...v0.0.3-alpha.20) (2025-07-12) + +### Bug Fixes + +* **package.json:** corrections to the commit changelog stuff ([a236d96](https://git.tuffraid.net/cowch/logistics_support_tool/commit/a236d9697198e5474a8c311984c22ae6f0d1901e)) + ## [0.0.3-alpha.19](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.18...v0.0.3-alpha.19) (2025-07-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 720681b..81e335c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.19", + "version": "0.0.3-alpha.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logistics_support_tool", - "version": "0.0.3-alpha.19", + "version": "0.0.3-alpha.20", "license": "ISC", "dependencies": { "dotenv": "^17.2.0", diff --git a/package.json b/package.json index e6c3c08..0543ea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.19", + "version": "0.0.3-alpha.20", "description": "This is the new logisitcs support tool", "private": true, "main": "index.js",