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

This commit is contained in:
2025-07-12 16:07:44 -05:00
parent dc4beb2d27
commit 36b1df7ef8
3 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
# Changelog
## [0.0.2-alpha.10](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.9...v0.0.2-alpha.10) (2025-07-12)
### Bug Fixes
* **release:** error in function ([dc4beb2](https://git.tuffraid.net/cowch/logistics_support_tool/commit/dc4beb2d2768c8e5f5f3f629b13bb38373c2a0a2))
## <small>0.0.2-alpha.8 (2025-07-12)</small>
* chore(release): v0.0.2-alpha.8 ([f7da816](https://git.tuffraid.net/cowch/logistics_support_tool/commits/f7da816))
@@ -102,6 +110,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.9",
"version": "0.0.2-alpha.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "logistics_support_tool",
"version": "0.0.2-alpha.9",
"version": "0.0.2-alpha.10",
"license": "ISC",
"dependencies": {
"conventional-changelog": "^7.1.1",

View File

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