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

This commit is contained in:
2025-07-12 16:09:14 -05:00
parent a282940d9b
commit 6c7f17893b
3 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
# Changelog
## [0.0.2-alpha.11](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.10...v0.0.2-alpha.11) (2025-07-12)
### Bug Fixes
* **release:** var not defined ([a282940](https://git.tuffraid.net/cowch/logistics_support_tool/commit/a282940d9b1334743af31b96fbb3fd8228ee290a))
## <small>0.0.2-alpha.9 (2025-07-12)</small>
* chore(release): v0.0.2-alpha.9 ([3203f54](https://git.tuffraid.net/cowch/logistics_support_tool/commits/3203f54))
@@ -109,6 +117,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.10",
"version": "0.0.2-alpha.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "logistics_support_tool",
"version": "0.0.2-alpha.10",
"version": "0.0.2-alpha.11",
"license": "ISC",
"dependencies": {
"conventional-changelog": "^7.1.1",

View File

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