chore(release): v0.0.2-alpha.9

This commit is contained in:
2025-07-12 16:06:01 -05:00
parent f429bd43ab
commit 3203f54ccd
3 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
# Changelog
## [0.0.2-alpha.9](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.8...v0.0.2-alpha.9) (2025-07-12)
### Bug Fixes
* **release:** checking the build file failes but not sure why ([f429bd4](https://git.tuffraid.net/cowch/logistics_support_tool/commit/f429bd43ab85df0419c1f06fb551d9af5fd418ae))
## <small>0.0.2-alpha.7 (2025-07-12)</small>
* chore(release): v0.0.2-alpha.7 ([2c265d7](https://git.tuffraid.net/cowch/logistics_support_tool/commits/2c265d7))
@@ -94,6 +102,3 @@
* feat(starter): intial starter release ([b370cb1](https://git.tuffraid.net/cowch/logistics_support_tool/commits/b370cb1))
* Initial commit ([e4d3fc9](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e4d3fc9))
* Update README.md ([e081c8f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e081c8f))

4
package-lock.json generated
View File

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

View File

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