fix(documentation): Corrected formatting issues in changelog.md
This commit is contained in:
parent
7eb8e9c4f7
commit
c96248ea72
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-06-23 - 4.0.8 - fix(documentation)
|
||||||
|
Corrected formatting issues in changelog.md
|
||||||
|
|
||||||
|
- Fixed markdown formatting by removing unnecessary newlines.
|
||||||
|
|
||||||
|
|
||||||
## 2024-06-23 - 4.0.7 - fix(build)
|
## 2024-06-23 - 4.0.7 - fix(build)
|
||||||
Remove GitLab CI configuration and update dependencies in package.json
|
Remove GitLab CI configuration and update dependencies in package.json
|
||||||
|
|
||||||
@ -12,8 +18,6 @@ Remove GitLab CI configuration and update dependencies in package.json
|
|||||||
- Updated dayjs from ^1.11.10 to ^1.11.11
|
- Updated dayjs from ^1.11.10 to ^1.11.11
|
||||||
- Fixed test files to export default tap.start()
|
- Fixed test files to export default tap.start()
|
||||||
|
|
||||||
|
|
||||||
```markdown
|
|
||||||
## 2024-05-29 - 4.0.6 - Maintenance Updates
|
## 2024-05-29 - 4.0.6 - Maintenance Updates
|
||||||
Updates to configuration files and metadata.
|
Updates to configuration files and metadata.
|
||||||
|
|
||||||
@ -93,4 +97,3 @@ Updated and changed the scope of core functionalities.
|
|||||||
Inception of project with core functionalities.
|
Inception of project with core functionalities.
|
||||||
|
|
||||||
- first implementation
|
- first implementation
|
||||||
```
|
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smarttime',
|
name: '@push.rocks/smarttime',
|
||||||
version: '4.0.7',
|
version: '4.0.8',
|
||||||
description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.'
|
description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user