diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e94b1..6eaf65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 + +* **changelog:** changes here ([46579ac](https://git.tuffraid.net/cowch/logistics_support_tool/commit/46579ac6d9819085d183eba1dafb6b8873f2dd0e)) + ## [0.0.3-alpha.16](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.15...v0.0.3-alpha.16) (2025-07-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 48fc0e9..a1a961a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.16", + "version": "0.0.3-alpha.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logistics_support_tool", - "version": "0.0.3-alpha.16", + "version": "0.0.3-alpha.17", "license": "ISC", "dependencies": { "conventional-changelog": "^7.1.1", diff --git a/package.json b/package.json index e591520..5ca15e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.16", + "version": "0.0.3-alpha.17", "description": "This is the new logisitcs support tool", "private": true, "main": "index.js",