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

This commit is contained in:
2025-07-12 15:35:47 -05:00
parent 233298daa5
commit f83de9baa2
3 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
# Changelog
## [0.0.2-alpha.0](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.2...v0.0.2-alpha.0) (2025-07-12)
### Bug Fixes
* **release:** more work on the release stuff ([233298d](https://git.tuffraid.net/cowch/logistics_support_tool/commit/233298daa5850178974be675bb8566fa8c0a8b0a))
## <small>0.0.1-alpha.1 (2025-07-12)</small> ## <small>0.0.1-alpha.1 (2025-07-12)</small>
* chore(release): v0.0.2-alpha.2 ([4b0028f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/4b0028f)) * chore(release): v0.0.2-alpha.2 ([4b0028f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/4b0028f))
@@ -55,6 +63,3 @@
* feat(starter): intial starter release ([b370cb1](https://git.tuffraid.net/cowch/logistics_support_tool/commits/b370cb1)) * 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)) * 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)) * 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", "name": "logistics_support_tool",
"version": "0.0.1-alpha.1", "version": "0.0.2-alpha.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "logistics_support_tool", "name": "logistics_support_tool",
"version": "0.0.1-alpha.1", "version": "0.0.2-alpha.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"conventional-changelog": "^7.1.1", "conventional-changelog": "^7.1.1",

View File

@@ -1,8 +1,8 @@
{ {
"name": "logistics_support_tool", "name": "logistics_support_tool",
"version": "0.0.1-alpha.1", "version": "0.0.2-alpha.0",
"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",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",