chore(release): v0.0.3-alpha.1

This commit is contained in:
2025-07-12 16:38:14 -05:00
parent 1172fe8a7c
commit d4575b15a4
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [0.0.3-alpha.1](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2...v0.0.3-alpha.1) (2025-07-12)
### Bug Fixes
* **release:** something ([b7809c9](https://git.tuffraid.net/cowch/logistics_support_tool/commit/b7809c94d96a2168804e0b82413537af1c064b31))
## [0.0.3-alpha.0](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2...v0.0.3-alpha.0) (2025-07-12)
### Bug Fixes

4
package-lock.json generated
View File

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

View File

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