2 Commits

Author SHA1 Message Date
78527307b2 chore(release): v0.0.2 2025-07-12 16:34:45 -05:00
211bad836e c 2025-07-12 16:34:39 -05:00
3 changed files with 9 additions and 6 deletions

View File

@@ -1,10 +1,13 @@
# Changelog
## [0.0.2-alpha.15](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.14...v0.0.2-alpha.15) (2025-07-12)
## [0.0.2](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.15...v0.0.2) (2025-07-12)
## <small>0.0.2-alpha.14 (2025-07-12)</small>
* chore(release): v0.0.2-alpha.14 ([81bcc64](https://git.tuffraid.net/cowch/logistics_support_tool/commits/81bcc64))
* fix(release): corrections ([2386a14](https://git.tuffraid.net/cowch/logistics_support_tool/commits/2386a14))
### Bug Fixes
* **release:** cahgnes ([799be62](https://git.tuffraid.net/cowch/logistics_support_tool/commit/799be62f3c77631a4108ee9e92f19157ab597dff))
## <small>0.0.2-alpha.13 (2025-07-12)</small>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "logistics_support_tool",
"version": "0.0.2-alpha.15",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "logistics_support_tool",
"version": "0.0.2-alpha.15",
"version": "0.0.2",
"license": "ISC",
"dependencies": {
"conventional-changelog": "^7.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "logistics_support_tool",
"version": "0.0.2-alpha.15",
"version": "0.0.2",
"description": "This is the new logisitcs support tool",
"private": true,
"main": "index.js",