Compare commits
2 Commits
81bcc648e3
...
96292589b3
| Author | SHA1 | Date | |
|---|---|---|---|
| 96292589b3 | |||
| 799be62f3c |
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,16 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.2-alpha.14](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.13...v0.0.2-alpha.14) (2025-07-12)
|
||||
## [0.0.2-alpha.15](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.14...v0.0.2-alpha.15) (2025-07-12)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **release:** corrections ([2386a14](https://git.tuffraid.net/cowch/logistics_support_tool/commit/2386a14d7a76f89653a13de3a0d86e1bf55934d5))
|
||||
* **release:** cahgnes ([799be62](https://git.tuffraid.net/cowch/logistics_support_tool/commit/799be62f3c77631a4108ee9e92f19157ab597dff))
|
||||
|
||||
## [0.0.2-alpha.13](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.12...v0.0.2-alpha.13) (2025-07-12)
|
||||
## <small>0.0.2-alpha.13 (2025-07-12)</small>
|
||||
|
||||
* chore(release): v0.0.2-alpha.13 ([5df8c09](https://git.tuffraid.net/cowch/logistics_support_tool/commits/5df8c09))
|
||||
* fix(release): conflicting tags ([f06b621](https://git.tuffraid.net/cowch/logistics_support_tool/commits/f06b621))
|
||||
|
||||
|
||||
|
||||
## <small>0.0.2-alpha.12 (2025-07-12)</small>
|
||||
|
||||
* chore(release): v0.0.2-alpha.12 ([cd06453](https://git.tuffraid.net/cowch/logistics_support_tool/commits/cd06453))
|
||||
* fix(release): change to get the release to build then release stuff ([afab215](https://git.tuffraid.net/cowch/logistics_support_tool/commits/afab215))
|
||||
* fix(release): removed the intial before bump ([cf24847](https://git.tuffraid.net/cowch/logistics_support_tool/commits/cf24847))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **release:** conflicting tags ([f06b621](https://git.tuffraid.net/cowch/logistics_support_tool/commit/f06b621b8dc0cc8fc7084fa259408f0faafb6b74))
|
||||
|
||||
## <small>0.0.2-alpha.11 (2025-07-12)</small>
|
||||
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "logistics_support_tool",
|
||||
"version": "0.0.2-alpha.14",
|
||||
"version": "0.0.2-alpha.15",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "logistics_support_tool",
|
||||
"version": "0.0.2-alpha.14",
|
||||
"version": "0.0.2-alpha.15",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"conventional-changelog": "^7.1.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "logistics_support_tool",
|
||||
"version": "0.0.2-alpha.14",
|
||||
"version": "0.0.2-alpha.15",
|
||||
"description": "This is the new logisitcs support tool",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
|
||||
@@ -117,7 +117,7 @@ const createOrUpdateRelease = async () => {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
tag_name: tagName,
|
||||
name: tagName,
|
||||
name: `Release ${fullVersion}`,
|
||||
body: releaseNotes,
|
||||
draft: false,
|
||||
prerelease: true,
|
||||
|
||||
Reference in New Issue
Block a user