diff --git a/CHANGELOG.md b/CHANGELOG.md index ea36ffc..370c8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Changelog + +## [0.0.3-alpha.14](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.13...v0.0.3-alpha.14) (2025-07-12) + +### Bug Fixes + +* **changelog:** more change log stuff ([3661cf5](https://git.tuffraid.net/cowch/logistics_support_tool/commit/3661cf5c25b919035853a135bc89d1fc3d5df428)) + ## [0.0.3-alpha.12](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.11...v0.0.3-alpha.12) (2025-07-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 3317adc..ecde8ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.13", + "version": "0.0.3-alpha.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logistics_support_tool", - "version": "0.0.3-alpha.13", + "version": "0.0.3-alpha.14", "license": "ISC", "dependencies": { "conventional-changelog": "^7.1.1", diff --git a/package.json b/package.json index 13ff84c..3187ece 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logistics_support_tool", - "version": "0.0.3-alpha.13", + "version": "0.0.3-alpha.14", "description": "This is the new logisitcs support tool", "private": true, "main": "index.js",