Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"name": "@mfbtech/changelog-generator",
"entries": [
{
"version": "1.0.2",
"date": "Fri, 14 Nov 2025 16:14:00 GMT",
"comments": {
"NONE": [
{
"comment": "Use the proper sonarcloud github action for targeting the cloud instead of a self-hosted qube instance"
},
{
"comment": "Update the sonarqube github action to resolve a security vulnerability"
}
],
"PATCH": [
{
"comment": "Upgrade @inquirer/prompts to resolve tmp vulnerability"
}
]
}
},
{
"version": "1.0.1",
"date": "Fri, 16 May 2025 13:01:28 GMT",
Expand Down Expand Up @@ -32,4 +51,4 @@
}
}
]
}
}
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog - @mfbtech/changelog-generator

This log was last generated on Fri, 16 May 2025 13:01:28 GMT and should not be manually modified.
This log was last generated on Fri, 14 Nov 2025 16:14:00 GMT and should not be manually modified.

## 1.0.2

Fri, 14 Nov 2025 16:14:00 GMT

### Patch changes

- Upgrade @inquirer/prompts to resolve tmp vulnerability

## 1.0.1

Expand Down

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mfbtech/changelog-generator",
"version": "1.0.1",
"version": "1.0.2",
"description": "A changelog generator not authored by git data but by the developer implementing the fix, feature, breaking change, ...",
"main": "./out/index.cjs",
"bin": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"json2md": "2.0.1",
"semver": "7.6.3"
}
}
}