2 Commits

Author SHA1 Message Date
ac9ce206dd chore(release): v0.0.3-alpha.18 2025-07-12 17:33:08 -05:00
2b9a859e7e fix(build): minor change to the build system to trigger new tags 2025-07-12 17:32:59 -05:00
4 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.0.3-alpha.18](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.17...v0.0.3-alpha.18) (2025-07-12)
### Bug Fixes
* **build:** minor change to the build system to trigger new tags ([2b9a859](https://git.tuffraid.net/cowch/logistics_support_tool/commit/2b9a859e7e944eee590d0d51b95fa13405d21790))
## [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) ## [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 ### Bug Fixes

4
package-lock.json generated
View File

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

View File

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

View File

@@ -21,7 +21,7 @@ if (Test-Path $envFile) {
} }
if (-not $env:BUILD_NAME) { if (-not $env:BUILD_NAME) {
Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file." Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file"
exit 1 exit 1
} }