fix(documentation): Corrected formatting issues in changelog.md

This commit is contained in:
Philipp Kunz 2024-06-23 23:30:14 +02:00
parent 7eb8e9c4f7
commit c96248ea72
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# 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)
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
- Fixed test files to export default tap.start()
```markdown
## 2024-05-29 - 4.0.6 - Maintenance Updates
Updates to configuration files and metadata.
@ -93,4 +97,3 @@ Updated and changed the scope of core functionalities.
Inception of project with core functionalities.
- first implementation
```

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
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.'
}