Skip to content

Commit 87717e8

Browse files
authored
Merge pull request #9 from MFB-Technologies-Inc/release/v1.0.1
release v1.0.1
2 parents defcf98 + 94aac9e commit 87717e8

6 files changed

+31
-30
lines changed

CHANGELOG.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
{
22
"name": "@mfbtech/changelog-generator",
33
"entries": [
4+
{
5+
"version": "1.0.1",
6+
"date": "Fri, 16 May 2025 13:01:28 GMT",
7+
"comments": {
8+
"PATCH": [
9+
{
10+
"comment": "Improve error messages and logging"
11+
},
12+
{
13+
"comment": "Fix the sonar cloud step in the build action"
14+
}
15+
],
16+
"NONE": [
17+
{
18+
"comment": "Initial release"
19+
}
20+
]
21+
}
22+
},
423
{
524
"version": "1.0.0",
625
"date": "Fri, 10 Jan 2025 20:40:53 GMT",

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog - @mfbtech/changelog-generator
22

3-
This log was last generated on Fri, 10 Jan 2025 20:40:53 GMT and should not be manually modified.
3+
This log was last generated on Fri, 16 May 2025 13:01:28 GMT and should not be manually modified.
4+
5+
## 1.0.1
6+
7+
Fri, 16 May 2025 13:01:28 GMT
8+
9+
### Patch changes
10+
11+
- Improve error messages and logging
12+
- Fix the sonar cloud step in the build action
413

514
## 1.0.0
615

changes/bugfix-5-uncaught-exception_2025-3-18-20-22-30.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

changes/bugfix-7-sonarcloud-github-action-is-deprecated_2025-4-2-18-27-32.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

changes/init-source_2025-0-24-17-4-40.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfbtech/changelog-generator",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A changelog generator not authored by git data but by the developer implementing the fix, feature, breaking change, ...",
55
"main": "./out/index.cjs",
66
"bin": {
@@ -68,4 +68,4 @@
6868
"semver": "7.6.3",
6969
"json2md": "2.0.1"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)