diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eaf65b..712f2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.3-alpha.18](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.17...v0.0.3-alpha.18) (2025-07-12) + +### Bug Fixes + +* **build:** minor change to the build system to trigger new tags ([2b9a859](https://git.tuffraid.net/cowch/logistics_support_tool/commit/2b9a859e7e944eee590d0d51b95fa13405d21790)) + ## [0.0.3-alpha.17](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.16...v0.0.3-alpha.17) (2025-07-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a1a961a..ce0f10a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.17", + "version": "0.0.3-alpha.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logistics_support_tool", - "version": "0.0.3-alpha.17", + "version": "0.0.3-alpha.18", "license": "ISC", "dependencies": { "conventional-changelog": "^7.1.1", diff --git a/package.json b/package.json index 5ca15e1..026c75b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.17", + "version": "0.0.3-alpha.18", "description": "This is the new logisitcs support tool", "private": true, "main": "index.js",