2 Commits

Author SHA1 Message Date
2fa142708e chore(release): v0.0.3-alpha.19 2025-07-12 17:37:23 -05:00
71b5017c82 fix(changelog): readd the header back in 2025-07-12 17:37:13 -05:00
4 changed files with 11 additions and 4 deletions

View File

@@ -15,7 +15,8 @@
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
"infile": "CHANGELOG.md",
"config": ".versionrc.json"
}
},
"gitea": {

View File

@@ -1,5 +1,11 @@
# Changelog
## [0.0.3-alpha.19](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.3-alpha.18...v0.0.3-alpha.19) (2025-07-12)
### Bug Fixes
* **changelog:** readd the header back in ([71b5017](https://git.tuffraid.net/cowch/logistics_support_tool/commit/71b5017c82e718f1c63f3862c0953d1554e7cf5b))
## [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

4
package-lock.json generated
View File

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

View File

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